TASK: Add gitlab template for merge requests
* To make writing merge requests easier. * Also this should keep them in same structure.
This commit is contained in:
parent
9e3f7ac1e5
commit
3fbceb9bbf
1 changed files with 6 additions and 0 deletions
6
.gitlab/merge_request_templates/default.md
Normal file
6
.gitlab/merge_request_templates/default.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
* Write some info about what has been done.
|
||||
* Also don't forget to mention why this has been done, e.g. introduced new
|
||||
feature?
|
||||
|
||||
Resolves: #IssueNumber
|
||||
|
Loading…
Reference in a new issue