From 0ffd3b6b794f28c9b113bc4902ab9ed335b06885 Mon Sep 17 00:00:00 2001 From: saehejkang Date: Tue, 3 Feb 2026 22:55:32 -0500 Subject: [PATCH] add pull request template --- .../PULL_REQUEST_TEMPLATE/bug_fix_template.md | 27 +++++++++++++++++++ .github/pull_request_template.md | 3 +++ 2 files changed, 30 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE/bug_fix_template.md create mode 100644 .github/pull_request_template.md 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)