Commit d97e6afa authored by Brandon Labuschagne's avatar Brandon Labuschagne

Add FF defaulted to true scenario to docs

parent 5ea31b5a
...@@ -44,8 +44,9 @@ the `author` field. GitLab team members **should not**. ...@@ -44,8 +44,9 @@ the `author` field. GitLab team members **should not**.
a changelog entry regardless of these guidelines if the contributor wants one. a changelog entry regardless of these guidelines if the contributor wants one.
Example: "Fixed a typo on the search results page." Example: "Fixed a typo on the search results page."
- Any docs-only changes **should not** have a changelog entry. - Any docs-only changes **should not** have a changelog entry.
- Any change behind a feature flag **should not** have a changelog entry. The - Any change behind a feature flag **should not** have a changelog entry - unless
entry should be added [in the merge request removing the feature flags](feature_flags/development.md). the feature flag has been defaulted to true. The entry should be added
[in the merge request removing the feature flags](feature_flags/development.md).
If the change includes a database migration (regular, post, or data migration), If the change includes a database migration (regular, post, or data migration),
there should be a changelog entry for the migration change. there should be a changelog entry for the migration change.
- A fix for a regression introduced and then fixed in the same release (i.e., - A fix for a regression introduced and then fixed in the same release (i.e.,
......
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