Merge branch 'docs-clarify-no-changelog-for-docs-only-changes' into 'master'

Add changelog exclusion language for docs-only changes

See merge request gitlab-org/gitlab-ce!32123
This commit is contained in:
Achilleas Pipinellis 2019-08-26 08:18:33 +00:00
commit 084f96ee81
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ the `author` field. GitLab team members **should not**.
- Any user-facing change **should** have a changelog entry. Example: "GitLab now
uses system fonts for all text."
- Any docs-only changes **should not** 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](feature_flags/development.md).
- 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**