Commit e5c015e3 authored by Ben Bodenmiller's avatar Ben Bodenmiller Committed by Marcia Ramos

Add example of putting username in changelog entry

parent e7631cb4
......@@ -14,12 +14,12 @@ following format:
---
title: "Change[log]s"
merge_request: 1972
author: Black Sabbath
author: Black Sabbath @bsabbath
type: added
```
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**.
The `type` field maps the category of the change,
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