Skip to content

Commit

Permalink
Create pull_request_template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zyang91 authored Nov 22, 2024
1 parent 42976b7 commit 85420cb
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
## Summary
<!-- Provide a brief overview of the changes and their purpose. -->

## Related Issue
<!-- Link the issue this PR addresses, e.g., "Closes #123" -->

## Changes Made
<!-- List the main changes introduced by this PR. Use bullet points for clarity. -->
- [ ] Change 1
- [ ] Change 2
- [ ] Change 3

## Checklist
<!-- Verify that the following steps have been completed before requesting a review. -->
- [ ] My code follows the project's coding style and guidelines.
- [ ] I have added/updated necessary documentation (if applicable).
- [ ] I have written/updated tests to cover my changes (if applicable).
- [ ] All tests pass locally on my machine.

## Screenshots or Visuals (if applicable)
<!-- Include screenshots, diagrams, or other visuals to help reviewers understand the changes. -->

## Testing Instructions
<!-- Detail steps to test this PR. Include any setup, specific test cases, and expected results. -->
1. Step 1
2. Step 2
3. Step 3

## Notes for Reviewers
<!-- Add any special notes for reviewers, such as areas to focus on or challenges faced. -->

## Additional Context
<!-- Add any other relevant information or context that might be helpful. -->

0 comments on commit 85420cb

Please sign in to comment.