[feat] Add PR creation automation command (#4892)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Chenlei Hu
2025-08-10 19:53:35 -04:00
committed by GitHub
parent c4912dcd54
commit 8e357c41e3
2 changed files with 151 additions and 0 deletions

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

@@ -0,0 +1,20 @@
## Summary
<!-- One sentence describing what changed and why. -->
## Changes
- **What**: <!-- Core functionality added/modified -->
- **Breaking**: <!-- Any breaking changes (if none, remove this line) -->
- **Dependencies**: <!-- New dependencies (if none, remove this line) -->
## Review Focus
<!-- Critical design decisions or edge cases that need attention -->
<!-- If this PR fixes an issue, uncomment and update the line below -->
<!-- Fixes #ISSUE_NUMBER -->
## Screenshots (if applicable)
<!-- Add screenshots or video recording to help explain your changes -->