diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..c593b9d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,21 @@ +# Description + +Please include a summary of the changes, along with the rationale and context. If applicable, please also reference any related issues. + +Closes # (issue) + +## Type of change + + + +- New feature (adds new functionality) +- Bug fix (fixes an issue) +- Chore (non-code task, such as docs or dependency update) +- Release (prepares a release) + +## Checklist + +- [ ] I have run the [`pre-commit`](https://pre-commit.com/) checks either with `pre-commit run --all` or by integrating `pre-commit` into my workflow +- [ ] I have added tests to ensure my changes work as expected without errors (if applicable) +- [ ] I have provided clear context, rationale, and linked any related issues (if applicable) +- [ ] I have updated the documentation (if applicable)