diff options
author | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2021-04-22 13:30:28 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2021-05-21 10:24:14 +0000 |
commit | 17f753900c2530abaa1d6953582a4ffe203bdc0f (patch) | |
tree | 1c9af00aa8764a364d78428e0947eb71ccba9956 /documentation/content/en/articles/committers-guide | |
parent | cef98ab883e29b99acd8a7fa64dd5e562c217c5c (diff) |
Diffstat (limited to 'documentation/content/en/articles/committers-guide')
-rw-r--r-- | documentation/content/en/articles/committers-guide/_index.adoc | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/documentation/content/en/articles/committers-guide/_index.adoc b/documentation/content/en/articles/committers-guide/_index.adoc index e1ea6a26d6..540a408a51 100644 --- a/documentation/content/en/articles/committers-guide/_index.adoc +++ b/documentation/content/en/articles/committers-guide/_index.adoc @@ -2429,22 +2429,9 @@ The mentor is also personally responsible for the mentee's actions during this i For committers: do not commit anything without first getting mentor approval. Document that approval with an `Approved by:` line in the commit message. -When the mentor decides that a mentee has learned the ropes and is ready to commit on their own, the mentor announces it with a commit to [.filename]#conf/mentors#. -This file is in the [.filename]#svnadmin# branch of each repository: - -[.informaltable] -[cols="1,1", frame="none"] -|=== - -|`src` -|[.filename]#base/svnadmin/conf/mentors# - -|`doc` -|[.filename]#doc/svnadmin/conf/mentors# - -|`ports` -|[.filename]#ports/svnadmin/conf/mentors# -|=== +When the mentor decides that a mentee has learned the ropes and is ready to commit on their own, the mentor announces it with a commit to [.filename]#mentors#. +This file is in the [.filename]#admin# orphan branch of each repository. +Detailed information on how to access these branches can be found in link:{handbook}mirror/#admin-branch["admin" branch]. [[pre-commit-review]] == Pre-Commit Review |