From 6afcbc0ad5ead457190f448106bcfb426814d3f2 Mon Sep 17 00:00:00 2001 From: Robby Russell Date: Fri, 16 Jan 2026 11:53:14 -0800 Subject: [PATCH] docs: add AI disclosure checkbox to PR template Add checkbox to encourage contributors to disclose AI tool usage (ChatGPT, Claude, Gemini, etc.) in their pull requests, complementing the new AI usage policy in CONTRIBUTING.md. Co-Authored-By: Claude --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 5c94caeb5..4d4b7845f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -7,6 +7,7 @@ - [ ] I have read the contribution guide and followed all the instructions. - [ ] The code follows the code style guide detailed in the wiki. - [ ] The code is mine or it's from somewhere with an MIT-compatible license. +- [ ] If I used AI tools (ChatGPT, Claude, Gemini, etc.) to assist with this contribution, I've disclosed it below. - [ ] The code is efficient, to the best of my ability, and does not waste computer resources. - [ ] The code is stable and I have tested it myself, to the best of my abilities. - [ ] If the code introduces new aliases, I provide a valid use case for all plugin users down below.