diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2018-03-08 10:40:50 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2018-03-08 10:40:50 +0000 |
commit | 0f26f9681faf2d49949f52227d6f4bd90c1b6e93 (patch) | |
tree | 1d08941b70cff92bf2558f065f5f00ff7ff911f4 | |
parent | 15b4e9815e88de7a1ef0eda1603685c49ae80aa1 (diff) | |
parent | 9439000188129fd2cb3f920636f2e48732e3bdaf (diff) | |
download | gitlab-ce-0f26f9681faf2d49949f52227d6f4bd90c1b6e93.tar.gz |
Merge branch 'docs-exception-request-labels' into 'master'
Clarify that the Pick Into X.Y label is added after approval
See merge request gitlab-org/gitlab-ce!17636
-rw-r--r-- | PROCESS.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/PROCESS.md b/PROCESS.md index 02d2a3fbd78..f206506f7c5 100644 --- a/PROCESS.md +++ b/PROCESS.md @@ -202,6 +202,9 @@ you can ask for an exception to be made. Go to [Release tasks issue tracker](https://gitlab.com/gitlab-org/release/tasks/issues/new) and create an issue using the `Exception-request` issue template. +**Do not** set the relevant `Pick into X.Y` label (see above) before request an +exception; this should be done after the exception is approved. + You can find who is who on the [team page](https://about.gitlab.com/team/). Whether an exception is made is determined by weighing the benefit and urgency of the change |