From 586a5bc8257fa8bc437770399f277aa47793eff0 Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Mon, 23 Mar 2026 18:46:39 +0100 Subject: [PATCH 1/2] [skip ci] Require LLM disclosure for GH comments --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0f797df1e97ae..3b010d0a37f26 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,6 +27,7 @@ had several contributions accepted, commit privileges are often quickly granted. * [Git commit rules](#git-commit-rules) * [Copyright and license headers](#copyright-and-license-headers) * [NEWS file](#news) +* [LLM usage in GitHub comments](#llm-usage-in-github-comments) ## Pull requests @@ -537,6 +538,12 @@ If for some reason a feature is introduced in a branch lower than master, although this is strictly prohibited by other policies, then the entry must also be in master. +## LLM usage in GitHub comments + +When using LLMs to generate comments to maintainers for any purpose other than +direct translation, you're expected to disclose the relevant paragraphs as such +via markdown quote. + ## Thanks Thank you for contributing to PHP! From a2a7dd081a9850b5e7c301ef3d9cc2325d91a101 Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Tue, 24 Mar 2026 12:28:27 +0100 Subject: [PATCH 2/2] Softer wording --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3b010d0a37f26..041b27f96dfb8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -541,8 +541,8 @@ also be in master. ## LLM usage in GitHub comments When using LLMs to generate comments to maintainers for any purpose other than -direct translation, you're expected to disclose the relevant paragraphs as such -via markdown quote. +direct translation, we would highly appreciate it if you disclosed the relevant +paragraphs as such via markdown quote. ## Thanks