Commit 778b26bf30f610e292dd25641d956cd34ed4e904
1 parent
f9a46f2e
Exists in
master
and in
11 other branches
Ask for CHANGELOG entries in Merge Requests
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
CONTRIBUTING.md
1 | 1 | These are the contributing guidelines for omnibus-gitlab issues and merge |
2 | 2 | requests. |
3 | 3 | |
4 | +## General guidelines | |
5 | + | |
4 | 6 | - Include the omnibus-gitlab version when discussing behavior: `dpkg-query -W |
5 | 7 | gitlab` or `rpm -q gitlab`. |
6 | 8 | - Be careful when pasting log output of `gitlab-ctl reconfigure`; Chef happily |
7 | 9 | writes secrets to the log. |
10 | + | |
11 | +## Merge request guidelines | |
12 | + | |
13 | +- Please add a CHANGELOG entry for your contribution | ... | ... |