From cbfb6ae514123e210077d7abee198fc10b6b3e9a Mon Sep 17 00:00:00 2001 From: Alexander Whitestone Date: Wed, 15 Apr 2026 03:46:45 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20add=20PR=20template=20=E2=80=94=20review?= =?UTF-8?q?er=20checklist=20(#1558)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/pull_request_template.md | 23 +++++++++++++++++++++++ 1 file changed, 23 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 00000000..0ac211ad --- /dev/null +++ b/.gitea/pull_request_template.md @@ -0,0 +1,23 @@ +## Description + + + +## Changes + +- [ ] + +## Testing + +- [ ] + +## Reviewer Checklist + +**IMPORTANT: Do not rubber-stamp. Verify each item below.** + +- [ ] **PR has actual changes** — check additions, deletions, and changed files are > 0 +- [ ] **Changes match description** — the code changes match what the PR claims to do +- [ ] **Code quality** — no obvious bugs, follows conventions, readable +- [ ] **Tests are adequate** — new code has tests, existing tests pass +- [ ] **Documentation updated** — if applicable + +**By approving, I confirm I have actually reviewed the code changes in this PR.**