From 8ce52ccc8b50118639819dd09fcc24dd5c406fed Mon Sep 17 00:00:00 2001 From: Max Isbey <224885523+maxisbey@users.noreply.github.com> Date: Sat, 5 Sep 2026 03:26:55 +0000 Subject: [PATCH] docs: ask for AI disclosure on comments too, not just PRs and issues --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 57c2b14a86..a5864c633c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -34,7 +34,7 @@ Whether to assign an issue, and to whom, is a [maintainer](https://github.com/mo We use AI tooling constantly and have no problem with you using it too. What matters is that a person is accountable for the result: -- **Disclose it.** One line in the PR or issue description. +- **Disclose it.** One line in the PR description, issue, or comment. - **Own it.** You can explain the change and the reasoning in your own words, and when a maintainer asks a question the answer comes from you rather than being pasted from a chat window. - **Keep a human in the loop.** Issues, PRs, and comments generated by an agent without a person who has actually hit the problem and read the output may be closed without warning. If you have an agent filing PRs against open issues autonomously, please turn it off for this repository. - **Keep issues short and factual.** What happened, what you expected, and how to reproduce it.