diff --git a/.gitlab/merge_request_templates/Merge-Request.md b/.gitlab/merge_request_templates/Merge-Request.md new file mode 100644 index 000000000..65cb6539d --- /dev/null +++ b/.gitlab/merge_request_templates/Merge-Request.md @@ -0,0 +1,31 @@ +* **The PR fulfills these requirements** +- [ ] The commit message follows our guidelines +- [ ] Tests for the changes have been added (for bug fixes / features) +- [ ] Docs have been added / updated (for bug fixes / features) + + +* **What kind of change does this PR introduce?** + + + + +* **What is the current behavior?** + + + + +* **What is the new behavior?** + + + + +* **Does this PR introduce a breaking change?** + + + +* **Examples:** + + + + +* **Other information**: \ No newline at end of file