summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorGreg Roach <greg@subaqua.co.uk>2022-04-24 10:24:37 +0100
committerGitHub <noreply@github.com>2022-04-24 10:24:37 +0100
commit10cdb299f03d7de65db7612095b8ec88143eca9f (patch)
tree5d52b1d9344206eef6d56660335f8a0d31702cf5 /CONTRIBUTING.md
parentc52eb700dfa6d31cd3aace18555a2cb021dd82ce (diff)
downloadwebtrees-10cdb299f03d7de65db7612095b8ec88143eca9f.tar.gz
webtrees-10cdb299f03d7de65db7612095b8ec88143eca9f.tar.bz2
webtrees-10cdb299f03d7de65db7612095b8ec88143eca9f.zip
Update CONTRIBUTING.md
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f7b856883f..a05a7fb821 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -9,8 +9,9 @@ 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.*, use the `main` branch
-* For the latest webtrees 1.7.*, use the `1.7` branch
+* For the current version (2.1), use the `main` branch
+* For 2.0, use the `2.0` branch (security issues only)
+* For 1.7, use the `1.7` branch (security issues only)
Before submitting a pull request make sure you have [tested the code](#how-to-test)
and [followed the coding conventions](#coding-conventions).