aboutsummaryrefslogtreecommitdiff
path: root/dev/doc
diff options
context:
space:
mode:
authorThéo Zimmermann2018-11-22 13:52:27 +0100
committerThéo Zimmermann2018-11-22 14:30:46 +0100
commit5b65f456a8bd7378bbcf931c0ed4817da112992a (patch)
tree4c4a76b658bff305c08599bb0ffceda765ae35c3 /dev/doc
parent2d0be200ab9a2e3a0ff7b383078aabe70f24dd82 (diff)
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**).