diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..5d75899 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,27 @@ +## Before creating a pull request, please check if you have met all required steps + +**Is this a fix or an improvement?** + +- [ ] Fix +- [ ] Improvement + +**What does this change implement/fix?** + +... + + +**Have discussed this change in an issue?** + +- [ ] Yes +- [ ] No + +**Was some test failing because of this issue or change needed?** + +- [ ] Yes +- [ ] No + +**Are you including tests to cover this change?** + +- [ ] Yes +- [ ] No +