Merge pull request 'modify PR template' (#28) from modify_template into dev

Reviewed-on: freeleaps/freeleaps-service-hub#28
This commit is contained in:
dax.li 2025-08-12 04:09:56 +00:00
commit 77a1005871

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