chore: add PR template and update labels in workflows

This commit is contained in:
lodev09 2025-12-16 15:58:57 +08:00
parent e4a4fbb851
commit b36054eed5
No known key found for this signature in database
GPG Key ID: F098AE8F7143F3E0

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

@ -0,0 +1,25 @@
## Summary
<!-- Describe what this PR does and why -->
## Type of Change
- [ ] Bug fix
- [ ] New feature
- [ ] Breaking change
- [ ] Documentation update
## Test Plan
<!-- How did you test these changes? -->
## Screenshots / Videos
<!-- Add screenshots or videos if applicable -->
## Checklist
- [ ] I tested on iOS
- [ ] I tested on Android
- [ ] I tested on Web
- [ ] I updated the documentation (if needed)