From 30a76bbc7bff0da0f2a6cd7c25679c3f86c313cc Mon Sep 17 00:00:00 2001 From: icex2 Date: Sun, 15 Aug 2021 15:21:25 +0200 Subject: [PATCH] Add pull request template --- .../pull_request_template.md | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 0000000..a179b9a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,39 @@ +# Merge request + +## Related issues + + + +## Description + + + +## How were these changes tested? + + + +## 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