]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
devguide: update branches, refer to backports guide
authorJuliana Fajardini <jufajardini@oisf.net>
Fri, 24 Nov 2023 13:07:05 +0000 (10:07 -0300)
committerVictor Julien <victor@inliniac.net>
Thu, 4 Jan 2024 14:51:21 +0000 (15:51 +0100)
Update the list of active branches to include 7 renaming and new master,
link to backports document.

doc/userguide/devguide/contributing/contribution-process.rst

index 198ff142afc2792be4d0434359dbb462a9d4bb3a..7903e3d11a3fb3f2532ba17dcd060b95654acdef 100644 (file)
@@ -151,18 +151,20 @@ it, so everyone knows that work is still open and waiting to be done.
 What branch to work on
 ======================
 
-There are 2 or 3 active branches:
+There are usually 2 or 3 active branches:
 
-    * master-x.x.x (e.g. master-6.x.y)
+    * master-x.x.x (e.g. master-6.0.x)
+    * main-x.x.x (e.g. main-7.0.x)
     * master
 
-The former is the stable branch. The latter the development branch.
+The ones with version numbers are stable branches. **master** is the development branch.
 
-The stable branch should only be worked on for important bug fixes. Those are
-mainly expected from more experienced contributors.
+The stable branch should only be worked on for important bug fixes or other
+needed :doc:`backports<backports-guide>`. Those are mainly expected from more
+experienced contributors.
 
 Development of new features or large scale redesign is done in the development
-branch. New development and new contributors should work with ``master`` except
+branch. New development and new contributors should work with *master* except
 in very special cases - which should and would be discussed with us first.
 
 If in doubt, please reach out to us via :ref:`Redmine, Discord or