.gitlab: adding a MR template.
This is not really a template, more like recommendations so that we don't have to repeat ourselves too much (hopefully). Let's hope it helps.
This commit is contained in:
parent
a12cb58b7c
commit
590b8bb4bf
1 changed files with 7 additions and 0 deletions
7
.gitlab/merge_request_templates/default.md
Normal file
7
.gitlab/merge_request_templates/default.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
Please follow our coding style, which is mostly the GNU coding style
|
||||
with some specificities: see [HACKING](HACKING#L123).
|
||||
|
||||
Also make sure no trailing spaces or tabs are left out.
|
||||
|
||||
Finally please check the following option when making your request:
|
||||
"*Allow commits from members who can merge to the target branch.*"
|
||||
Loading…
Reference in a new issue