Commit d0927ca9 authored by Mike Jang's avatar Mike Jang

Merge branch 'djensen-clarify-feature-flag-changelog-type' into 'master'

Clarify what type of changelog for feature flag

See merge request gitlab-org/gitlab!57837
parents 7cfc2f97 8d65682d
......@@ -16,7 +16,7 @@ in the GitLab codebase to conditionally enable features
and test them.
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
the feature flag is set to enabled. If the feature contains any database migrations, it
*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