Add pull request template

Introduces a standardized pull request template to ensure PRs include checklists, descriptions, related issues, and additional notes for better review and project consistency.
This commit is contained in:
ema
2025-09-19 17:47:35 +08:00
parent 0bca38e2bf
commit c9d120bd36

14
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@@ -0,0 +1,14 @@
## PR Checklist
- [ ] Functionality has been tested, no obvious bugs
- [ ] Code style follows project conventions
- [ ] Documentation/comments updated (if applicable)
## Brief Description of Changes
Please briefly describe the main changes in this PR:
## Related Issue (if any)
Please provide related issue numbers:
## Additional Notes
Add any extra notes here: