add PR template

This commit is contained in:
dongli 2025-08-11 21:27:25 -07:00
parent c6073791f0
commit 608bcd1b03

View File

@ -0,0 +1,10 @@
### PR Checklist
- [ ] PR has a clear description
- [ ] Code is tested can work correctly
- [ ] PR link is added to corresponding tasks
- [ ] No hardcoded secrets or credentials
- [ ] Appropriate documentation is updated
- [ ] New code is covered by unit tests
- [ ] Unit tests pass