From 5aa1da1464d6c175749c539bb5ca8f82f0e487ac Mon Sep 17 00:00:00 2001 From: marchingon12 Date: Sat, 10 Apr 2021 19:50:51 +0200 Subject: [PATCH] Introduce universal merge request template --- .../merge_request_templates/Merge-Request.md | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .gitlab/merge_request_templates/Merge-Request.md 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