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