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:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2021-01-13 14:32:57 +0300
committerÆvar Arnfjörð Bjarmason <avarab@gmail.com>2021-01-18 19:50:49 +0300
commitb768c513e5e1ecdeb36a3570ef40cabf1c931694 (patch)
tree40d8a3930b5c5e5d7a8a9de42a940cb029dc34ed /.gitlab
parent26a082cfbf359af14593a5deb3dfd78f17ff1bd8 (diff)
Feature flag rollout doc: remove "update docs?" item
Remove the "Ensure that the documentation has been updated" item. Yes, docs are good, but this is not actionable. What docs are you going to update between testing on staging and giving an ETA for production rollout? This was just copy/pasted from 2d9d7f9c9 (Add roll out issue template, 2019-06-11), presumably it meant some SRE rollout docs or something they use. For gitaly the rollout is much simpler, and nobody's updating any docs at this point in the process.
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/issue_templates/Feature Flag Roll Out.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab/issue_templates/Feature Flag Roll Out.md b/.gitlab/issue_templates/Feature Flag Roll Out.md
index 75ad546cc..3ff82d60f 100644
--- a/.gitlab/issue_templates/Feature Flag Roll Out.md
+++ b/.gitlab/issue_templates/Feature Flag Roll Out.md
@@ -51,7 +51,6 @@ If applicable, any groups/projects that are happy to have this feature turned on
- [ ] Is the required code deployed? ([howto](https://gitlab.com/gitlab-org/gitaly/-/blob/master/doc/PROCESS.md#is-the-required-code-deployed))
- [ ] Enable on staging ([howto](https://gitlab.com/gitlab-org/gitaly/-/blob/master/doc/PROCESS.md#enable-on-staging))
- [ ] Test on staging ([howto](https://gitlab.com/gitlab-org/gitaly/-/blob/master/doc/PROCESS.md#test-on-staging))
-- [ ] Ensure that documentation has been updated
- [ ] Announce on this 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` ([howto](https://gitlab.com/gitlab-org/gitaly/-/blob/master/doc/PROCESS.md#enable-in-production))