Commit 417b1e83 authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'patch-145' into 'master'

Add example of putting username in changelog entry

See merge request gitlab-org/gitlab!34024
parents 171da5a3 e5c015e3
...@@ -14,12 +14,12 @@ following format: ...@@ -14,12 +14,12 @@ following format:
--- ---
title: "Change[log]s" title: "Change[log]s"
merge_request: 1972 merge_request: 1972
author: Black Sabbath author: Black Sabbath @bsabbath
type: added type: added
``` ```
The `merge_request` value is a reference to a merge request that adds this 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 entry, and the `author` key (format: `<full name> <GitLab username>`) is used to give attribution to community
contributors. **Both are optional**. contributors. **Both are optional**.
The `type` field maps the category of the change, The `type` field maps the category of the change,
valid options are: added, fixed, changed, deprecated, removed, security, performance, other. **Type field is mandatory**. valid options are: added, fixed, changed, deprecated, removed, security, performance, other. **Type field is mandatory**.
......
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