diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..ec61a26 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,29 @@ +## Proposed change + + + +## Type of change + +- [ ] Bugfix +- [ ] New feature +- [ ] Code quality improvements to existing code or addition of tests + +## Additional information + + +## Checklist + +- [ ] The code change is tested and works locally. +- [ ] The code has been formatted using Black. +- [ ] Tests have been added to verify that the new code works. +- [ ] Documentation added/updated if required.