diff --git a/.github/PULL_REQUEST_TEMPLATE/bug_fix_template.md b/.github/PULL_REQUEST_TEMPLATE/bug_fix_template.md new file mode 100644 index 00000000..ee171283 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/bug_fix_template.md @@ -0,0 +1,27 @@ +### Bug Description + + +### Resolution Description + + +### Related Issue (if applicable) + + +### Testing Details (if applicable) + + +### Review Checklist + + +- [ ] The bug fix fully resolves the issue. +- [ ] Tests have been added or updated appropriately. +- [ ] Documentation has been updated appropriately. +- [ ] Commented-out code and debugging artifacts have been removed. +- [ ] Commit messages are clear and appropriate. +- [ ] The PR title accurately reflects the code changes. + +### Code of Conduct + + +- [ ] I agree to follow this project's [Code of Conduct](https://github.com/apple/.github/blob/main/CODE_OF_CONDUCT.md) + diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..25bcd9ba --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,3 @@ +Go to the `Preview` tab and select the appropriate template, based on your changes: + +* [Bug Fix](?expand=1&template=bug_fix_template.md)