From fc9bc1a063bc7f94a17991aa4b0dba4cb580720d Mon Sep 17 00:00:00 2001 From: dongli Date: Mon, 11 Aug 2025 21:20:28 -0700 Subject: [PATCH] add dummy change --- .gitea/PULL_REQUEST_TEMPLATE.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.gitea/PULL_REQUEST_TEMPLATE.md b/.gitea/PULL_REQUEST_TEMPLATE.md index d716f17..e69de29 100644 --- a/.gitea/PULL_REQUEST_TEMPLATE.md +++ b/.gitea/PULL_REQUEST_TEMPLATE.md @@ -1,10 +0,0 @@ -### 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