diff --git a/.gitlab/merge_request_templates/Bugfix.md b/.gitlab/merge_request_templates/Bugfix.md index 72d03ba..1059349 100644 --- a/.gitlab/merge_request_templates/Bugfix.md +++ b/.gitlab/merge_request_templates/Bugfix.md @@ -13,4 +13,15 @@ ## How Has This Been Tested? - \ No newline at end of file + + +## Checklist + + +* [ ] Implemented (unit) test(s) which prove that the introduced changes are working as expected. +* Tested with the following games: + * [ ] ... + * [ ] ... +* [ ] Followed the developer (style) guidelines. +* [ ] Updated existing doc of or add new doc to README file(s). +* [ ] Updated development documentation. \ No newline at end of file diff --git a/.gitlab/merge_request_templates/Feature.md b/.gitlab/merge_request_templates/Feature.md index 72d03ba..1059349 100644 --- a/.gitlab/merge_request_templates/Feature.md +++ b/.gitlab/merge_request_templates/Feature.md @@ -13,4 +13,15 @@ ## How Has This Been Tested? - \ No newline at end of file + + +## Checklist + + +* [ ] Implemented (unit) test(s) which prove that the introduced changes are working as expected. +* Tested with the following games: + * [ ] ... + * [ ] ... +* [ ] Followed the developer (style) guidelines. +* [ ] Updated existing doc of or add new doc to README file(s). +* [ ] Updated development documentation. \ No newline at end of file