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