Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab/merge_request_templates/Default.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab/merge_request_templates/Default.md b/.gitlab/merge_request_templates/Default.md
index b4913705..73899f9c 100644
--- a/.gitlab/merge_request_templates/Default.md
+++ b/.gitlab/merge_request_templates/Default.md
@@ -4,6 +4,9 @@
## TODO
+- [Feature flag](https://docs.gitlab.com/ee/development/pages/#feature-flags)
+ - [ ] Added feature flag: <!-- Add the Feature flag tracking issue link here -->
+ - [ ] This feature does not require a feature flag
- [ ] I added the [`Changelog` trailer](https://docs.gitlab.com/ee/development/changelog.html) to the commits that need to be included in the changelog (e.g. `Changelog: added`)
- [ ] I added unit tests or they are not required
- [ ] I added acceptance tests or they are not required