From 9a9ecef82fe530718f3cffa1ec19643aa1940cbb Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 10 Dec 2025 12:03:23 +1100 Subject: [PATCH] Add PR template --- .github/pull_request_template.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..1c6e2a3 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,26 @@ +## Summary + +_A brief description of changes and motivation behind them._ + +## Type of Change + +- [ ] Bug fix (non-breaking change fixing an issue) +- [ ] New feature (non-breaking change adding functionality) +- [ ] Breaking change (fix or feature causing existing functionality to not work as expected) +- [ ] Refactoring (no functional changes) +- [ ] Documentation update + +## Changes Made + +- ... + +## Checklist + +- [ ] Code follows project style guidelines +- [ ] Self-review completed +- [ ] Tests added for new functionality +- [ ] Documentation updated (if needed) + +## Reviewer Notes + +N/A \ No newline at end of file