Commit 6011c34ce for llama.cpp

commit 6011c34ce6099646ccdf0d39a61c6e681477c178
Author: Johannes Gäßler <johannesg@5d6.de>
Date:   Tue Sep 15 14:11:16 2026 +0200

    docs: Rule of thumb for AI review time [no ci] (#28945)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 6aac3cb87..59ec3f311 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -20,8 +20,8 @@ If AI is used to generate any portion of the code, contributors must adhere to t

 1. Explicitly disclose the manner in which AI was employed.
 2. Check for an existing PR addressing the same change; if one exists, comment there to work with its author instead of opening a duplicate.
-3. Perform a comprehensive manual review prior to submitting the pull request.
-4. Be prepared to explain every line of code they submitted when asked about it by a maintainer.
+3. Perform a comprehensive manual review prior to submitting the pull request. A proper code review usually takes something like one hour per 200-400 LOC and you should be spending **at least that much time on code review alone**.
+4. Be prepared to explain every line of code you submit when asked about it by a maintainer.
 5. It is strictly prohibited to use AI to write your posts for you (bug reports, feature requests, pull request descriptions, Github discussions, responding to humans, ...).

 For more info, please refer to the [AGENTS.md](AGENTS.md) file.