diff options
author | Mike Lewis <mlewis@gitlab.com> | 2019-01-23 05:55:36 +0000 |
---|---|---|
committer | Mike Lewis <mlewis@gitlab.com> | 2019-01-23 05:55:36 +0000 |
commit | 9a36416e41540b635b537caf9b31281ad8403230 (patch) | |
tree | 65dbd07caadf7576d48c65bf929d6c4669ff95cf /.gitlab/merge_request_templates | |
parent | 6dfa8538b11e0fdb8c2289df14a9af541ec5081d (diff) | |
download | gitlab-ce-9a36416e41540b635b537caf9b31281ad8403230.tar.gz |
Update Documentation MR template
Diffstat (limited to '.gitlab/merge_request_templates')
-rw-r--r-- | .gitlab/merge_request_templates/Documentation.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab/merge_request_templates/Documentation.md b/.gitlab/merge_request_templates/Documentation.md index a3e3ff3e3cc..c51adf8bcfd 100644 --- a/.gitlab/merge_request_templates/Documentation.md +++ b/.gitlab/merge_request_templates/Documentation.md @@ -36,8 +36,8 @@ All reviewers can help ensure accuracy, clarity, completeness, and adherence to **3. Maintainer** 1. [ ] Review by assigned maintainer, who can always request/require the above reviews. Maintainer's review can occur before or after a technical writer review. -2. [ ] Ensure a release milestone of the format XX.Y is set. If the freeze for that release has begun, add the label `pick into <XX.Y>` unless this change is not required for the release. In that case, simply change the milestone. -3. [ ] If EE and CE MRs exist, merge the EE MR first, then the CE MR. -4. [ ] After merging, if there has not been a technical writer review, [create an issue for one using the Doc Review template](https://gitlab.com/gitlab-org/gitlab-ce/issues/new?issuable_template=Doc%20Review). +1. [ ] Ensure a release milestone of the format XX.Y is set. If the freeze for that release has begun, add the label `pick into <XX.Y>` unless this change is not required for the release. In that case, simply change the milestone. +1. [ ] If EE and CE MRs exist, merge the EE MR first, then the CE MR. +1. [ ] After merging, if there has not been a technical writer review, [create an issue for one using the Doc Review template](https://gitlab.com/gitlab-org/gitlab-ce/issues/new?issuable_template=Doc%20Review). /label ~Documentation |