summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2019-03-06 11:51:33 +0000
committerMarcia Ramos <virtua.creative@gmail.com>2019-03-06 12:01:27 +0000
commit36664d5dd5215eec3870e64197a54b196942bb6d (patch)
tree5b1c2a1fa3b02955f13b594807d21c8913df8e91
parentc32dccfd5f7f54633c25652044a9b060673415be (diff)
downloadgitlab-ce-docs-improve-mr-template.tar.gz
Improve docs MR templatedocs-improve-mr-template
Add correct lables
-rw-r--r--.gitlab/merge_request_templates/Documentation.md13
1 files changed, 10 insertions, 3 deletions
diff --git a/.gitlab/merge_request_templates/Documentation.md b/.gitlab/merge_request_templates/Documentation.md
index ba9624aeeab..bb0303056c5 100644
--- a/.gitlab/merge_request_templates/Documentation.md
+++ b/.gitlab/merge_request_templates/Documentation.md
@@ -15,8 +15,15 @@
## Author's checklist
- [ ] Follow the [Documentation Guidelines](https://docs.gitlab.com/ee/development/documentation/) and [Style Guide](https://docs.gitlab.com/ee/development/documentation/styleguide.html).
-- [ ] Link docs to and from the higher-level index page, plus other related docs where helpful.
-- [ ] Apply the ~Documentation label.
+- [ ] Link the document from the higher-level index page.
+- [ ] Link other related docs where helpful.
+- [ ] Add the [product badges](https://docs.gitlab.com/ee/development/documentation/styleguide.html#product-badges) when applicable.
+- [ ] Add the [GitLab version and tier](https://docs.gitlab.com/ee/development/documentation/styleguide.html#gitlab-versions-and-tiers) the feature was introduced in.
+- [ ] Submit the [EE-equivalent MR](https://docs.gitlab.com/ee/development/documentation/#cherry-picking-from-ce-to-ee) (required if `ee-compat-check` job fails).
+- [ ] If the feature is moving tiers, make sure the change is also reflected in [`features.yml`](https://gitlab.com/gitlab-com/www-gitlab-com/blob/master/data/features.yml).
+- [ ] Set the realease milestone.
+- [ ] Apply the DevOps stages and feature labels to the MR.
+- [ ] Apply the label "Pick into X.Y" and ~"missed\-deliverable" to the MR if the feature freeze date has passed.
## Review checklist
@@ -33,7 +40,7 @@ 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.
-1. [ ] Ensure a release milestone is set and that you merge the equivalent EE MR before the CE MR if both exist.
+1. [ ] Merge the equivalent EE MR before the CE MR if both exist.
1. [ ] 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