aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.org
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.org')
-rw-r--r--CONTRIBUTING.org9
1 files changed, 2 insertions, 7 deletions
diff --git a/CONTRIBUTING.org b/CONTRIBUTING.org
index c242b1d..9d896ee 100644
--- a/CONTRIBUTING.org
+++ b/CONTRIBUTING.org
@@ -9,13 +9,8 @@ After 1.0.0, a new release schedule will be decided upon.
Each release is developed in a branch called rc-<major>.<minor>,
referring to the major and minor versions in semver.
-These branches are based off of the dev branch, meaning that any one
-of them should be able to merge dev at any point - merge conflicts
-from dev into an rc branch are not allowed.
-
When a release candidate is "accepted", it will be merged into main
-and the commit will be tagged with the version. At that point dev
-should also be updated from main.
+and the commit will be tagged with the version.
** Suggesting Features & Reporting Bugs
@@ -34,7 +29,7 @@ by starting the subject line with one of the following:
** Branch based collaboration
If you want to work on a feature, please make a new branch based on
-dev and develop your features there.
+the relevant release candidate branch and develop your features there.
If the maintainer (me, Colin) has access to your git repo, simply
request that your branch be merged into the relevant release candidate