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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2020-11-05 15:44:44 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2020-11-05 15:44:44 +0300
commit270062d83c25f5a0cb3ca23dc4e7bdf28cd450c9 (patch)
treeacb84e791af918ff055100367f20956726ec3cda
parent0c57bdc95f9adac8b7cc129cc60e4e1c4ee1bbe2 (diff)
templates: Add feature roll out scoped label
To understand the issue roll out status faster, and to make the roll out issues appear on the issue board, the template was updated for new issues.
-rw-r--r--.gitlab/issue_templates/Feature Flag Roll Out.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitlab/issue_templates/Feature Flag Roll Out.md b/.gitlab/issue_templates/Feature Flag Roll Out.md
index 917cfdeb0..68ea4b2e5 100644
--- a/.gitlab/issue_templates/Feature Flag Roll Out.md
+++ b/.gitlab/issue_templates/Feature Flag Roll Out.md
@@ -33,14 +33,16 @@ If applicable, any groups/projects that are happy to have this feature turned on
## Roll Out Steps
- [ ] [Read the documentation of feature flags](https://docs.gitlab.com/ee/development/rolling_out_changes_using_feature_flags.html)
+- [ ] Add ~"featureflag::staging" to this issue
- [ ] Enable on staging
- [ ] Test on staging
- [ ] Ensure that documentation has been updated
-- [ ] Enable on GitLab.com for individual groups/projects listed above and verify behaviour
- [ ] Announce on the issue an estimated time this will be enabled on GitLab.com
+- [ ] Add ~"featureflag::production" to this issue
- [ ] Enable on GitLab.com by running chatops command in `#production`
- [ ] Cross post chatops slack command to `#support_gitlab-com` and in your team channel
- [ ] Announce on the issue that the flag has been enabled
- [ ] Remove feature flag and add changelog entry
+- [ ] Close this issue
-/label ~"devops::create" ~"group::gitaly" ~"feature flag" ~"feature::maintainance" ~"Category:Gitaly" ~"section::dev"
+/label ~"devops::create" ~"group::gitaly" ~"feature flag" ~"feature::maintainance" ~"Category:Gitaly" ~"section::dev" ~"featureflag::disabled"