Clarify case for feature flags

parent 735b6fb1
......@@ -47,6 +47,7 @@ the `author` field. GitLab team members **should not**.
- Performance improvements **should** have a changelog entry.
- Any change that introduces a database migration **must** have a
changelog entry.
- Any change behind a feature flag **should not** have a changelog entry. The entry should be added in the merge request removing the feature flags.
## Writing good changelog entries
......
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