diff options
| author | Matt N <github@matthew.noorenberghe.com> | 2022-04-24 02:21:41 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-24 10:21:41 +0100 |
| commit | c52eb700dfa6d31cd3aace18555a2cb021dd82ce (patch) | |
| tree | 3b75e6ed7409781c89bcc11252e297cd52198a60 /CONTRIBUTING.md | |
| parent | 7e1a70f919760b36ee05568bafb6f2f13dbaf511 (diff) | |
| download | webtrees-c52eb700dfa6d31cd3aace18555a2cb021dd82ce.tar.gz webtrees-c52eb700dfa6d31cd3aace18555a2cb021dd82ce.tar.bz2 webtrees-c52eb700dfa6d31cd3aace18555a2cb021dd82ce.zip | |
CONTRIBUTING: Correct default branch name and latest version (#4339)
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 26bb4ed74e..f7b856883f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,7 @@ Use your best judgment, and feel free to propose changes to this document in a p If you want to submit a patch or feature, please create a pull request on Github. There are different branches for different versions of webtrees: -* For webtrees 2.0, use the `master` branch +* For webtrees 2.*, use the `main` branch * For the latest webtrees 1.7.*, use the `1.7` branch Before submitting a pull request make sure you have [tested the code](#how-to-test) |
