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:
authorVladimir Shushlin <vshushlin@gitlab.com>2022-08-04 20:51:31 +0300
committerVladimir Shushlin <vshushlin@gitlab.com>2022-08-04 20:51:31 +0300
commit77e797a8b0ddadc635490826a57046eb172695e6 (patch)
treed9a9de2c64f5acd0f25baf0671c6123c56f74a1a /.gitlab
parentda7df3a01ce5b5af205c06be9dad22e9b54efb10 (diff)
parenta0af925fd022cad494e2d027155e837f8bed12bd (diff)
Merge branch 'kassio/add-feature-flag-to-merge-request-template' into 'master'
Add feature flag items to default MR template TODO section See merge request gitlab-org/gitlab-pages!827
Diffstat (limited to '.gitlab')
-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