[Gitlab] Add Merge request template

This commit is contained in:
Sameer Rahmani 2020-04-15 20:04:24 +01:00
parent 910f13d9a3
commit 93f86f6af9
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
## Summary
<Describe your changes here including your rational, the problem, your solution vice versa>
### QA
<Describe the steps necessary to test your changes>
### Checklist
[ ] Is the linter happy?
[ ] Is the byte compiler happy (no warning) ?
[ ] Is it backward compatible
[ ] Did you document your changes ?
[ ] Did you update the CHANGELOG ?
[ ] Did you actually test your changes ?