From fe0996ec3b59b00b5b1a83e63c6e13ec97f7382b Mon Sep 17 00:00:00 2001 From: icex2 Date: Mon, 9 Dec 2019 15:01:16 +0100 Subject: [PATCH] Update MR templates, add checklist for guidance --- .gitlab/merge_request_templates/Bugfix.md | 13 ++++++++++++- .gitlab/merge_request_templates/Feature.md | 13 ++++++++++++- 2 files changed, 24 insertions(+), 2 deletions(-) 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