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.
This commit is contained in:
Timothy Flynn
2026-04-05 09:04:43 -04:00
committed by Andreas Kling
parent bb0f244667
commit b5678c00bd
Notes: github-actions[bot] 2026-04-05 14:18:27 +00:00

View File

@@ -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?