From b5678c00bdceb693edae99d1aa65337b6fe99dc3 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Sun, 5 Apr 2026 09:04:43 -0400 Subject: [PATCH] Meta: Disallow PR descriptions entirely generated by AI We already require that a human in the loop understands the proposed changes and holds them to project standards. PR descriptions generated by AI have become entirely too verbose and formulaic. --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9c46bf72265..5da07818d0b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -108,6 +108,9 @@ most human contributors produce. Do not use an AI or LLM to generate changes, respond to issues or interact with PRs without holding the output to the same standards as human-written content. +Do not submit PRs with descriptions entirely generated by AI. Such PR descriptions are overly verbose and do not +demonstrate that the human submitter understands the proposed changes. + ## Pull Request Q&A ### I've submitted a PR and it passes CI. When can I expect to get some review feedback?