diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..3ee629a --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,13 @@ + + +## Description of changes + + +## Breaking changes + + +## Additional checks + + +- [ ] Updated the documentation of the project to reflect the changes +- [ ] Added new tests that cover the code changes