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:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2021-11-30 12:54:25 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-11-30 13:02:50 +0300
commitc5d227f1fabf0d9834727c65fdcbf5f486f4d30d (patch)
tree24328c96a6d4b19360671be9061a9a71a578aa18 /.gitlab
parentec96361c62bc240b1f315d23b904a1a72e971ba3 (diff)
issue_templates: There are no feature flag beta groups
Gitaly's feature flags are much more limited compared to the feature flags by Rails given that we do not support feature gates. As such, we cannot ever use beta groups for a feature flag rollout. Remove the section.
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/issue_templates/Feature Flag Roll Out.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/.gitlab/issue_templates/Feature Flag Roll Out.md b/.gitlab/issue_templates/Feature Flag Roll Out.md
index 9698a6449..c8deb51e7 100644
--- a/.gitlab/issue_templates/Feature Flag Roll Out.md
+++ b/.gitlab/issue_templates/Feature Flag Roll Out.md
@@ -36,14 +36,6 @@ I.e.
-->
-## Beta groups/projects
-
-If applicable, any groups/projects that are happy to have this feature turned on early. Some organizations may wish to test big changes they are interested in with a small subset of users ahead of time for example.
-
-- `gitlab-org/gitlab` / `gitlab-org/gitaly` projects
-- `gitlab-org`/`gitlab-com` groups
-- ...
-
## Roll Out Steps
- [ ] [Read the documentation of feature flags](https://gitlab.com/gitlab-org/gitaly/-/blob/master/doc/PROCESS.md#feature-flags)