diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2018-10-21 20:47:15 +0000 |
---|---|---|
committer | Marcia Ramos <virtua.creative@gmail.com> | 2018-10-21 20:47:15 +0000 |
commit | 90a0163b57f7120985c47e455fc3cf32ba250d41 (patch) | |
tree | e05fe8bd8c18e402bd96aa91a21c13ff250d891e /.gitlab | |
parent | dd7e2683dda165c3772583f0f7f58070a5f1ee39 (diff) | |
parent | c6091e524233a0b176b95193bfd27f364d6d54a1 (diff) | |
download | gitlab-ce-90a0163b57f7120985c47e455fc3cf32ba250d41.tar.gz |
Merge branch 'docs/mr-template-moving-tiers' into 'master'
Add "Moving tiers" item to docs MR template
See merge request gitlab-org/gitlab-ce!22486
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/merge_request_templates/Documentation.md | 1 |
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_ |