summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMatt N <github@matthew.noorenberghe.com>2022-04-24 02:21:41 -0700
committerGitHub <noreply@github.com>2022-04-24 10:21:41 +0100
commitc52eb700dfa6d31cd3aace18555a2cb021dd82ce (patch)
tree3b75e6ed7409781c89bcc11252e297cd52198a60 /CONTRIBUTING.md
parent7e1a70f919760b36ee05568bafb6f2f13dbaf511 (diff)
downloadwebtrees-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.md2
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)