summaryrefslogtreecommitdiff
path: root/doc/development/feature_flags
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-07-13 21:10:15 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-07-13 21:10:15 +0000
commita269fb8e7cca24b826dd3f53485641ffce93bbee (patch)
tree81a7c4f56feba26bb6244c8a3a76123533f68aa8 /doc/development/feature_flags
parent7e064974b92de60a3ef4642905e8af98a364a7a0 (diff)
downloadgitlab-ce-a269fb8e7cca24b826dd3f53485641ffce93bbee.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/feature_flags')
-rw-r--r--doc/development/feature_flags/index.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/development/feature_flags/index.md b/doc/development/feature_flags/index.md
index d21a46142a2..31ab6ca3c32 100644
--- a/doc/development/feature_flags/index.md
+++ b/doc/development/feature_flags/index.md
@@ -520,6 +520,8 @@ Feature.remove(:feature_flag_name)
```
- Any change behind a feature flag that is **enabled** by default **should** have a changelog entry.
+- The changelog for a feature flag should describe the feature and not the
+ flag, unless a default on feature flag is removed keeping the new code (`other` in the flowchart above).
## Feature flags in tests