From ed7f89ed30ca13dc19a4e4299d321a13fc332572 Mon Sep 17 00:00:00 2001 From: Jiayuan Zhang Date: Sun, 12 Apr 2026 13:45:40 +0800 Subject: [PATCH] chore: add AI disclosure section to PR template Since most PRs are now authored or co-authored by AI coding tools, add a dedicated AI Disclosure section to the PR template. Includes authorship type, tool used, and a human review checklist to ensure AI-generated code is properly reviewed before merge. --- .github/PULL_REQUEST_TEMPLATE.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 91692a196..e8f2e585a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -41,6 +41,24 @@ Closes # - [ ] Changes follow existing code patterns and conventions - [ ] No unrelated changes included +## AI Disclosure + + + +**Authored by:** +- [ ] Human +- [ ] AI tool (specify below) +- [ ] Human + AI collaboration + +**AI tool used:** + +**Human review status:** +- [ ] I have reviewed every file in this diff and understand the changes +- [ ] I have verified the changes work as intended (not just that CI passes) +- [ ] I have checked for hallucinated imports, non-existent APIs, or fabricated patterns + + + ## Screenshots (optional)