Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
e5c015e3
Commit
e5c015e3
authored
Jun 18, 2020
by
Ben Bodenmiller
Committed by
Marcia Ramos
Jun 18, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add example of putting username in changelog entry
parent
e7631cb4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/development/changelog.md
doc/development/changelog.md
+2
-2
No files found.
doc/development/changelog.md
View file @
e5c015e3
...
...
@@ -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**.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment