diff options
author | Heinrich Lee Yu <heinrich@gitlab.com> | 2019-08-16 08:48:54 +0000 |
---|---|---|
committer | Marin Jankovski <marin@gitlab.com> | 2019-08-16 08:48:54 +0000 |
commit | 094ab4b0947afedad1b9fe91b7a22e006b241487 (patch) | |
tree | 7226505fa654910ec2052a77916b2bcc0548eb3e /.gitlab | |
parent | 4418907ccefc64ff26c318f9535a609353e3c3be (diff) | |
download | gitlab-ce-094ab4b0947afedad1b9fe91b7a22e006b241487.tar.gz |
Document cleanup of feature flag after deploy
Diffstat (limited to '.gitlab')
-rw-r--r-- | .gitlab/issue_templates/Feature Flag Roll Out.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab/issue_templates/Feature Flag Roll Out.md b/.gitlab/issue_templates/Feature Flag Roll Out.md index b7db5a33faf..0cac769bd55 100644 --- a/.gitlab/issue_templates/Feature Flag Roll Out.md +++ b/.gitlab/issue_templates/Feature Flag Roll Out.md @@ -39,5 +39,6 @@ If applicable, any groups/projects that are happy to have this feature turned on - [ ] 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 +- [ ] After the flag removal is deployed, [clean up the feature flag](https://docs.gitlab.com/ee/development/feature_flags/controls.html#cleaning-up) by running chatops command in `#production` channel /label ~"feature flag" |