mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-05 21:39:54 +02:00
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:
18
.github/PULL_REQUEST_TEMPLATE.md
vendored
18
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -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. -->
|
||||
|
||||
Reference in New Issue
Block a user