From 608bcd1b0396ba70761c29bbf591227f2722c295 Mon Sep 17 00:00:00 2001 From: dongli Date: Mon, 11 Aug 2025 21:27:25 -0700 Subject: [PATCH 1/2] add PR template --- .gitea/PULL_REQUEST_TEMPLATE.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitea/PULL_REQUEST_TEMPLATE.md b/.gitea/PULL_REQUEST_TEMPLATE.md index e69de29..d716f17 100644 --- a/.gitea/PULL_REQUEST_TEMPLATE.md +++ b/.gitea/PULL_REQUEST_TEMPLATE.md @@ -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 From dde6eda0c5b85fffd47048beb9767b86ecb82a1e Mon Sep 17 00:00:00 2001 From: dongli Date: Mon, 11 Aug 2025 21:55:03 -0700 Subject: [PATCH 2/2] recover --- .gitea/PULL_REQUEST_TEMPLATE.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.gitea/PULL_REQUEST_TEMPLATE.md b/.gitea/PULL_REQUEST_TEMPLATE.md index d716f17..46d0b82 100644 --- a/.gitea/PULL_REQUEST_TEMPLATE.md +++ b/.gitea/PULL_REQUEST_TEMPLATE.md @@ -1,10 +1,9 @@ ### 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 - +- [ ] Code is tested in local environment - [ ] New code is covered by unit tests - [ ] Unit tests pass +- [ ] Code is reviewed +- [ ] 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