Commit 8d65682d authored by Dan Jensen's avatar Dan Jensen

Clarify what type of changelog for feature flag

Previously it was not clear whether a feature flag enabling/removal
should have a changelog type of "added" or "changed". This clarifies
that it should be considered "added".
parent f1abb555
...@@ -16,7 +16,7 @@ in the GitLab codebase to conditionally enable features ...@@ -16,7 +16,7 @@ in the GitLab codebase to conditionally enable features
and test them. and test them.
Features that are developed and merged behind a feature flag Features that are developed and merged behind a feature flag
should not include a changelog entry. The entry should be added either in the merge should not include a changelog entry. A changelog entry with `type: added` should be included in the merge
request removing the feature flag or the merge request where the default value of request removing the feature flag or the merge request where the default value of
the feature flag is set to enabled. If the feature contains any database migrations, it the feature flag is set to enabled. If the feature contains any database migrations, it
*should* include a changelog entry for the database changes. *should* include a changelog entry for the database changes.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment