summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2018-10-19 09:11:58 +0200
committerAchilleas Pipinellis <axil@gitlab.com>2018-10-19 09:11:58 +0200
commitc6091e524233a0b176b95193bfd27f364d6d54a1 (patch)
tree1d502eeb33b1f8ec10fc91e29f422a2a1bdb1c83
parent64fabd5dc132b7988d83bddb6f17a16223e76508 (diff)
downloadgitlab-ce-c6091e524233a0b176b95193bfd27f364d6d54a1.tar.gz
Add "Moving tiers" item to docs MR template
-rw-r--r--.gitlab/merge_request_templates/Documentation.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab/merge_request_templates/Documentation.md b/.gitlab/merge_request_templates/Documentation.md
index ca38c881c66..8b7e7119790 100644
--- a/.gitlab/merge_request_templates/Documentation.md
+++ b/.gitlab/merge_request_templates/Documentation.md
@@ -19,6 +19,7 @@ Closes
- [ ] [Apply the correct labels and milestone](https://docs.gitlab.com/ee/development/documentation/workflow.html#2-developer-s-role-in-the-documentation-process)
- [ ] Crosslink the document from the higher-level index
- [ ] Crosslink the document from other subject-related docs
+- [ ] Feature 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)
- [ ] Correctly apply the product [badges](https://docs.gitlab.com/ee/development/documentation/styleguide.html#product-badges) and [tiers](https://docs.gitlab.com/ee/development/documentation/styleguide.html#gitlab-versions-and-tiers)
- [ ] [Port the MR to EE (or backport from CE)](https://docs.gitlab.com/ee/development/documentation/index.html#cherry-picking-from-ce-to-ee): _always recommended, required when the `ee-compat-check` job fails_