From b722030b4a1becdbca60703a180e25cf6ec58475 Mon Sep 17 00:00:00 2001 From: rugk Date: Fri, 16 Jan 2026 17:52:07 +0100 Subject: [PATCH 1/2] docs: require users to disclose in PR whether an A/LLM tool is used Add disclosure section for AI tool usage in PRs. --- .github/PULL_REQUEST_TEMPLATE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 32ada5b6..d54fffe2 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -15,3 +15,9 @@ This PR fixes * [ ] * [ ] * [ ] + +## Disclosure + +* [x] I do have used an AI/LLM tool for the work in this PR. +* [ ] I have **not** used an AI/LLM tool for the work in this PR. + From df4560802b7274f554339a8e9c98cf426c8d9ba4 Mon Sep 17 00:00:00 2001 From: rugk Date: Sat, 17 Jan 2026 14:14:42 +0100 Subject: [PATCH 2/2] docs: add AI "trap" --- .github/PULL_REQUEST_TEMPLATE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d54fffe2..f3a07b52 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -20,4 +20,5 @@ This PR fixes * [x] I do have used an AI/LLM tool for the work in this PR. * [ ] I have **not** used an AI/LLM tool for the work in this PR. - + +