Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/bug_fix_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
### Bug Description
<!-- Describe the bug that was resolved with this PR. -->

### Resolution Description
<!-- Describe how the bug was resolved with this PR. -->

### Related Issue (if applicable)
<!-- Link to the issue that reported this bug. -->

### Testing Details (if applicable)
<!-- Add details on how to appropriately test changes made in this PR. -->

### Review Checklist
<!-- This checklist should be completed before the PR is eligible for review. -->

- [ ] 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
<!-- By submitting this PR, you agree to follow the project's Code of Conduct. -->

- [ ] I agree to follow this project's [Code of Conduct](https://github.com/apple/.github/blob/main/CODE_OF_CONDUCT.md)

3 changes: 3 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -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)