From cc478199b68860aca937ff1082b0ebc5af1baf71 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 30 May 2026 10:29:08 +0200 Subject: [PATCH] reviews: ask for issues and PR text in the author's own words --- content/reviews.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/reviews.md b/content/reviews.md index 00e512b2c..fc7018862 100644 --- a/content/reviews.md +++ b/content/reviews.md @@ -123,6 +123,11 @@ output is not derived from GNU or other GPL code. Keep patches small and self-review the diff carefully before opening the PR. Commit messages and PR descriptions should describe the change, not the tooling used to produce it. +AI is a tool for writing *code*. Issue reports, pull request descriptions, and +replies to reviewers should be written in **your own words**. The whole point of +review discussion is to confirm that a human understands the change; generated +prose defeats that. + ## See also - The full `CONTRIBUTING.md` in each repository