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:
authorKassio Borges <kassioborgesm@gmail.com>2022-07-27 18:38:31 +0300
committerKassio Borges <kassioborgesm@gmail.com>2022-08-03 21:10:55 +0300
commita0af925fd022cad494e2d027155e837f8bed12bd (patch)
treed9a9de2c64f5acd0f25baf0671c6123c56f74a1a
parentda7df3a01ce5b5af205c06be9dad22e9b54efb10 (diff)
Add feature flag items to default MR template TODO sectionkassio/add-feature-flag-to-merge-request-template
Related to: https://gitlab.com/groups/gitlab-org/-/epics/8401
-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