Commit fe2022ba authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'pl-doc-changelog-revert-feature-flag' into 'master'

Docs: Reverting a feature flag must have a changelog entry as well

See merge request gitlab-org/gitlab!57223
parents f3b5cbc9 f5567940
......@@ -57,7 +57,7 @@ the `author` field. GitLab team members **should not**.
- Any change behind a feature flag that is **enabled** by default **should** have a changelog entry.
- Any change that adds new usage data metrics and changes that needs to be documented in Product Intelligence [Event Dictionary](https://about.gitlab.com/handbook/product/product-intelligence-guide/#event-dictionary) **should** have a changelog entry.
- A change that adds snowplow events **should** have a changelog entry -
- A change that [removes a feature flag](feature_flags/index.md) **must** have a changelog entry.
- A change that [removes a feature flag, or removes a feature and its feature flag](feature_flags/index.md) **must** have a changelog entry.
- A fix for a regression introduced and then fixed in the same release (i.e.,
fixing a bug introduced during a monthly release candidate) **should not**
have a changelog entry.
......
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