diff options
-rw-r--r-- | .gitlab/issue_templates/Feature Flag Roll Out.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab/issue_templates/Feature Flag Roll Out.md b/.gitlab/issue_templates/Feature Flag Roll Out.md index b7db5a33faf..c55ff897ab8 100644 --- a/.gitlab/issue_templates/Feature Flag Roll Out.md +++ b/.gitlab/issue_templates/Feature Flag Roll Out.md @@ -38,6 +38,7 @@ If applicable, any groups/projects that are happy to have this feature turned on - [ ] 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 +- [ ] Remove feature flag in a MR and add changelog entry +- [ ] After feature flag removal MR has been deployed to GitLab.com, delete the flag from GitLab.com /label ~"feature flag" |