From dbad7aac94bf28acfbd2b09a84aae1d6a54fb335 Mon Sep 17 00:00:00 2001 From: jyn Date: Sun, 9 Aug 2026 03:08:56 +0200 Subject: [PATCH 1/2] Get rid of LLM disclosure checkboxes These had a bunch of issues: - They're extra work every time someone opens a PR - They didn't show up at all if people used `gh pr create` - They had "bad vibes" -- reviewers often don't want to think about LLMs, and adding a checkbox makes them very "in-your-face" for the reviewer. - Every PR now shows "1 of 2 tasks", which is useless noise. - The hovered PR description is now useless. Replace them with an HTML comment that says "remember to disclose if you used an LLM". This seems ok and low-noise for now. If we find that people are ignoring the comment, we could edit the triagebot welcome message to include a reminder and a link to the policy. --- .github/pull_request_template.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 872c8a0ade1ab..6a4bce61a2d30 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,15 +1,11 @@ - - -- [ ] I did not use an LLM to create a change in this PR. -- [ ] I used an LLM to create a change in this PR, and I have explained below how it was used. - - From 91f09306b852f781a096c5e5e15429b63fefc379 Mon Sep 17 00:00:00 2001 From: jyn Date: Sun, 9 Aug 2026 20:23:16 +0200 Subject: [PATCH 2/2] generalize from 'code' to 'any part of this PR' --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6a4bce61a2d30..be37f27b4c25a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,6 @@