diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 0000000..7854f91 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,19 @@ +## Summary + + +## Changes +- + +## Related Issues + + +## Testing + + +## Checklist +- [ ] I have commented on my code, especially in areas that are hard to understand. +- [ ] I have added only changes relevant to the issue in question. +- [ ] I have added tests to confirm that my fix is effective or that my feature works as intended. +- [ ] I have modified existing tests as needed to accommodate my changes. +- [ ] I have flagged specific areas for further review, if necessary. +- [ ] I have updated the documentation where necessary.