aboutsummaryrefslogtreecommitdiff
path: root/dev/doc
diff options
context:
space:
mode:
authorMaxime Dénès2018-12-04 15:07:33 +0100
committerMaxime Dénès2018-12-04 15:07:33 +0100
commit87c98872a68919ed9171ee4e0982519145b3e30b (patch)
tree5a4b7ebdc5776674ec7a066ede1ac5bb7d740422 /dev/doc
parentfe81b1a6f813fe21f0cc21ede761acae64c7b026 (diff)
parent5b65f456a8bd7378bbcf931c0ed4817da112992a (diff)
Merge PR #9053: Document code owner team creation.
Diffstat (limited to 'dev/doc')
-rw-r--r--dev/doc/MERGING.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev/doc/MERGING.md b/dev/doc/MERGING.md
index 318562338d..56fdab0c26 100644
--- a/dev/doc/MERGING.md
+++ b/dev/doc/MERGING.md
@@ -150,3 +150,24 @@ simplest way of getting them is to run `nix-shell` first.
is not out of the box. Installing explicitly "pinentry-mac" seems important for
typing of passphrase to work correctly (see also this
[Stack Overflow Q-and-A](https://stackoverflow.com/questions/39494631/gpg-failed-to-sign-the-data-fatal-failed-to-write-commit-object-git-2-10-0)).
+
+## Addendum for organization admins
+
+### Adding a new code owner individual
+
+If someone is added to the [`CODEOWNERS`](../../.github/CODEOWNERS) file and
+they did not have merging rights before, they should also be added to the
+**@coq/pushers** team. You may do so using
+[this link](https://github.com/orgs/coq/teams/pushers/members?add=true).
+
+Before adding someone to the **@coq/pushers** team, you should ensure that they
+have read the present merging documentation, and explicitly tell them not to
+use the merging button on the GitHub web interface.
+
+### Adding a new code owner team
+
+Go to [that page](https://github.com/orgs/coq/teams/pushers/teams) and click on
+the green "Add a team" button. Use a "-maintainer" suffix for the name of your
+team. You may then add new members to this team (you don't need to add them to
+the **@coq/pushers** team first as this will be done automatically because the
+team you created is a sub-team of **@coq/pushers**).