summaryrefslogtreecommitdiff
path: root/developers-manual.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2020-12-09 00:00:15 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2020-12-09 00:00:15 -0500
commitf1dd55b4c70ab8a124a0c2f90c5c7889f0d6f51d (patch)
treeec0d55bf8e0cff7960920cfd61fad78b830001c3 /developers-manual.rst
parentd4b2d1fe582fd978b08873c0227ad47b813583fd (diff)
downloaddocs-f1dd55b4c70ab8a124a0c2f90c5c7889f0d6f51d.tar.gz
docs-f1dd55b4c70ab8a124a0c2f90c5c7889f0d6f51d.tar.bz2
docs-f1dd55b4c70ab8a124a0c2f90c5c7889f0d6f51d.zip
recommend ‘dev/$USER/...’ as "personal" branch name
Diffstat (limited to 'developers-manual.rst')
-rw-r--r--developers-manual.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/developers-manual.rst b/developers-manual.rst
index 337e986b..f176cbe9 100644
--- a/developers-manual.rst
+++ b/developers-manual.rst
@@ -107,7 +107,8 @@ to sign them, you can retroactively add signatures using:
$ git rebase -S
-Whether you commit to a personal branch, a feature branch or to ``master`` should
+Whether you commit to a personal branch (recommended: ``dev/$USER/...``),
+a feature branch or to ``master`` should
depend on your level of comfort and the nature of the change. As a general
rule, the code in ``master`` must always build and tests should always pass, at
least on your own system. However, we all make mistakes and you should expect