diff options
author | blackst0ne <blackst0ne.ru@gmail.com> | 2018-04-23 15:09:48 +1100 |
---|---|---|
committer | blackst0ne <blackst0ne.ru@gmail.com> | 2018-04-23 15:09:48 +1100 |
commit | 92acc463818ab3c1321fd62eb63eb1facfd2d14c (patch) | |
tree | db1d3739431fe607902cef91fed73c8b1d645290 | |
parent | c212908aad9b32352653dfe9ca966f148c8dfc1a (diff) | |
download | gitlab-ce-92acc463818ab3c1321fd62eb63eb1facfd2d14c.tar.gz |
Add missing changelog type to docs
-rw-r--r-- | changelogs/unreleased/blackst0ne-add-missing-changelog-type-to-docs.yml | 5 | ||||
-rw-r--r-- | doc/development/changelog.md | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/changelogs/unreleased/blackst0ne-add-missing-changelog-type-to-docs.yml b/changelogs/unreleased/blackst0ne-add-missing-changelog-type-to-docs.yml new file mode 100644 index 00000000000..f8790fa45aa --- /dev/null +++ b/changelogs/unreleased/blackst0ne-add-missing-changelog-type-to-docs.yml @@ -0,0 +1,5 @@ +--- +title: Add missing changelog type to docs +merge_request: 18526 +author: "@blackst0ne" +type: other diff --git a/doc/development/changelog.md b/doc/development/changelog.md index d5a4acff481..a9fa5ae834f 100644 --- a/doc/development/changelog.md +++ b/doc/development/changelog.md @@ -22,7 +22,7 @@ The `merge_request` value is a reference to a merge request that adds this entry, and the `author` key is used to give attribution to community contributors. **Both are optional**. The `type` field maps the category of the change, -valid options are: added, fixed, changed, deprecated, removed, security, other. **Type field is mandatory**. +valid options are: added, fixed, changed, deprecated, removed, security, performance, other. **Type field is mandatory**. Community contributors and core team members are encouraged to add their name to the `author` field. GitLab team members **should not**. |