summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-01-06 11:10:31 -0500
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2022-01-31 23:38:52 -0500
commitc1043fd60d273c61c80ecfd31fa3a4ea1b24639a (patch)
tree896756aac65d9c1b3893f67ef8d70acf9c7adbc4
parent4b297ebc0e8bb1b35490ef536fd7a9512c3dff1e (diff)
downloadguix-patches-base-for-series-11226.tar
guix-patches-base-for-series-11226.tar.gz
* doc/contributing.texi (Commit Access): Introduce a new rule of thumb to determine if a contributor should be considered to become a committer.
-rw-r--r--doc/contributing.texi11
1 files changed, 8 insertions, 3 deletions
diff --git a/doc/contributing.texi b/doc/contributing.texi
index 196ac48879..c3d41e231f 100644
--- a/doc/contributing.texi
+++ b/doc/contributing.texi
@@ -1416,9 +1416,14 @@ what your usertag means.
@cindex commit access, for developers
Everyone can contribute to Guix without having commit access
(@pxref{Submitting Patches}). However, for frequent contributors,
-having write access to the repository can be convenient. Commit access
-should not be thought of as a ``badge of honor'' but rather as a
-responsibility a contributor is willing to take to help the project.
+having write access to the repository can be convenient. As a rule of
+thumb, a contributor should have accumulated fifty (50) reviewed commits
+to be considered as a committer and have sustained their activity in the
+project for at least 6 months. This ensures enough interactions with
+the contributor, which is essential for mentoring and assessing whether
+they are ready to become a committer. Commit access should not be
+thought of as a ``badge of honor'' but rather as a responsibility a
+contributor is willing to take to help the project.
The following sections explain how to get commit access, how to be ready
to push commits, and the policies and community expectations for commits