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.
This commit is contained in:
Jiayuan Zhang
2026-04-12 13:45:40 +08:00
parent 87e0c7af69
commit ed7f89ed30

View File

@@ -41,6 +41,24 @@ Closes #
- [ ] Changes follow existing code patterns and conventions
- [ ] No unrelated changes included
## AI Disclosure
<!-- Most PRs involve AI coding tools — that's fine! Fill this out for transparency and better reviews. -->
**Authored by:**
- [ ] Human
- [ ] AI tool (specify below)
- [ ] Human + AI collaboration
**AI tool used:** <!-- e.g. Claude Code, Cursor, GitHub Copilot, Multica Agent -->
**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
<!-- Tip: link the issue/prompt/conversation that produced this PR so reviewers understand intent. -->
## Screenshots (optional)
<!-- If applicable, add screenshots showing the change in action. -->