From a1b62d63479de19c3f7f01ac80a813edee20a45e Mon Sep 17 00:00:00 2001 From: dongli Date: Mon, 11 Aug 2025 21:56:28 -0700 Subject: [PATCH] Modify --- .gitea/PULL_REQUEST_TEMPLATE.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitea/PULL_REQUEST_TEMPLATE.md b/.gitea/PULL_REQUEST_TEMPLATE.md index 46d0b82..d716f17 100644 --- a/.gitea/PULL_REQUEST_TEMPLATE.md +++ b/.gitea/PULL_REQUEST_TEMPLATE.md @@ -1,9 +1,10 @@ ### PR Checklist -- [ ] Code is tested in local environment -- [ ] New code is covered by unit tests -- [ ] Unit tests pass -- [ ] Code is reviewed +- [ ] 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 -- [ ] Relevant TaskID and link is included in the PR description \ No newline at end of file + +- [ ] New code is covered by unit tests +- [ ] Unit tests pass