This commit is contained in:
dongli 2025-08-11 21:56:28 -07:00
parent dde6eda0c5
commit a1b62d6347

View File

@ -1,9 +1,10 @@
### PR Checklist ### PR Checklist
- [ ] Code is tested in local environment - [ ] PR has a clear description
- [ ] New code is covered by unit tests - [ ] Code is tested can work correctly
- [ ] Unit tests pass - [ ] PR link is added to corresponding tasks
- [ ] Code is reviewed
- [ ] No hardcoded secrets or credentials - [ ] No hardcoded secrets or credentials
- [ ] Appropriate documentation is updated - [ ] Appropriate documentation is updated
- [ ] Relevant TaskID and link is included in the PR description
- [ ] New code is covered by unit tests
- [ ] Unit tests pass