From ae687bac78b143ad517c478c02e4ca6537335473 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Fri, 3 Jan 2025 18:33:18 +0100 Subject: [PATCH 1/3] Update Moderation Policy to handle LLM "contributions" --- Moderation-Policy.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Moderation-Policy.md b/Moderation-Policy.md index d0f7757..38d11bb 100644 --- a/Moderation-Policy.md +++ b/Moderation-Policy.md @@ -179,6 +179,13 @@ of the [Code of Conduct][]. by the TSC) are subject to immediate Blocking. * Issues, pull requests, discussions, and comments that are spam (job posting, service advertising, etc.) are subject to immediate moderation. +* Issues, pull requests, discussions, and comments that are belived to be + LLM-generated (e.g a PR coming from a new contributor changing a single file + without clear motivation) should be closed with a comment such as "If you are + using a LLM, please stop, this is not bringing any value and wasting our time. + If you are not using one, please read and follow our contributing guidelines." + Report the user to the moderation repository so they get block if they do it + again. * Collaborators may use the Hide feature in the GitHub interface for off-topic posts by non-Collaborators. * Moderation Team members and TSC voting members can delete any issues or From 226e0990bcdfffb12819ea860e36a8f9e4d02bc1 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Fri, 3 Jan 2025 23:51:36 +0100 Subject: [PATCH 2/3] Apply suggestions from code review Co-authored-by: Jordan Harband --- Moderation-Policy.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Moderation-Policy.md b/Moderation-Policy.md index 38d11bb..e4e42e0 100644 --- a/Moderation-Policy.md +++ b/Moderation-Policy.md @@ -179,12 +179,12 @@ of the [Code of Conduct][]. by the TSC) are subject to immediate Blocking. * Issues, pull requests, discussions, and comments that are spam (job posting, service advertising, etc.) are subject to immediate moderation. -* Issues, pull requests, discussions, and comments that are belived to be +* Issues, pull requests, discussions, and comments that are believed to be LLM-generated (e.g a PR coming from a new contributor changing a single file without clear motivation) should be closed with a comment such as "If you are - using a LLM, please stop, this is not bringing any value and wasting our time. + using a LLM, please stop, this is not bringing any value and is wasting our time. If you are not using one, please read and follow our contributing guidelines." - Report the user to the moderation repository so they get block if they do it + Report the user to the moderation repository so they get blocked if they do it again. * Collaborators may use the Hide feature in the GitHub interface for off-topic posts by non-Collaborators. From 5328be5a3b2a27b15809d96628a1b48c7054148f Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Fri, 3 Jan 2025 23:54:13 +0100 Subject: [PATCH 3/3] wrap lines --- Moderation-Policy.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Moderation-Policy.md b/Moderation-Policy.md index e4e42e0..57990fe 100644 --- a/Moderation-Policy.md +++ b/Moderation-Policy.md @@ -181,11 +181,11 @@ of the [Code of Conduct][]. service advertising, etc.) are subject to immediate moderation. * Issues, pull requests, discussions, and comments that are believed to be LLM-generated (e.g a PR coming from a new contributor changing a single file - without clear motivation) should be closed with a comment such as "If you are - using a LLM, please stop, this is not bringing any value and is wasting our time. - If you are not using one, please read and follow our contributing guidelines." - Report the user to the moderation repository so they get blocked if they do it - again. + without clear motivation) should be closed with a comment such as "It seems + you are using a LLM, please stop, this is not bringing any value and is + wasting our time. If you are not using one, please read and follow our + contributing guidelines." Report the user to the moderation repository so they + get blocked if they do it again. * Collaborators may use the Hide feature in the GitHub interface for off-topic posts by non-Collaborators. * Moderation Team members and TSC voting members can delete any issues or