diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..f3b3a03 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,14 @@ +## Description +Brief description of what this PR does and why. + +### Type of Change +- [ ] Feature +- [ ] Refactor +- [ ] Bug fix +- [ ] Documentation +- [ ] Other: ___ + +### Pre-merge Checklist +- [ ] Run tests: `pytest` +- [ ] Run type check: `mypy` +- [ ] Run formatting: `black .