From fbe54ceaa9e909350becba0eff1d6bcd9dda4a3b Mon Sep 17 00:00:00 2001 From: ahmadalguydi Date: Sun, 2 Aug 2026 19:50:05 +0300 Subject: [PATCH] docs: clarify assisted contribution expectations Signed-off-by: ahmadalguydi --- CONTRIBUTING.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8aaf4307b64..936c7c7349f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -154,6 +154,15 @@ tips (which are frequently ignored by AI-driven PRs): same fix to all similar occurrences throughout the entire PR - don't wait for the reviewer to point out each one individually. +### Assisted contributions + +Tools that help draft or generate code are allowed, but contributors remain +responsible for understanding and testing every line they submit. If an +AI/LLM tool helped with code, tests, or prose, briefly disclose what it did in +the PR description. Review the rendered diff and description yourself before +requesting review, remove irrelevant generated changes, and keep review +comments specific and actionable. + ## Code Guidelines This section documents common code patterns and conventions used throughout