Create pull_request_template.md

Add a pull request template for contributors.
main
Shutong Wu 2026-01-20 22:36:54 -05:00 committed by GitHub
parent 8eb684ddc2
commit d96dad3e9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 26 additions and 0 deletions

26
.github/pull_request_template.md vendored Normal file
View File

@ -0,0 +1,26 @@
## Description
<!-- Provide a brief description of your changes -->
## Type of Change
<!-- Save the type of change you did -->
Save your change type
- Bug fix (non-breaking change that fixes an issue)
- New feature (non-breaking change that adds functionality)
- Breaking change (fix or feature that would cause existing functionality to change)
- Documentation update
- Refactoring (no functional changes)
- Test update
## Changes Made
<!-- List the specific changes in this PR -->
## Testing/Screenshots/Recordings
<!-- If applicable, add screenshots or recordings to demonstrate the changes -->
## Related Issues
<!-- Link any related issues using "Fixes #123" or "Relates to #123" -->
## Additional Notes
<!-- Any other information that reviewers should know -->