From fcee95d6094ba585727dedb30550b3a3112f9521 Mon Sep 17 00:00:00 2001 From: dongli Date: Mon, 11 Aug 2025 21:09:25 -0700 Subject: [PATCH] modify PR template --- .gitea/PULL_REQUEST_TEMPLATE.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitea/PULL_REQUEST_TEMPLATE.md diff --git a/.gitea/PULL_REQUEST_TEMPLATE.md b/.gitea/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..d716f17 --- /dev/null +++ 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