From dec491309018ac808adbd5ff01f25f59b7ead9f5 Mon Sep 17 00:00:00 2001 From: Anuken Date: Fri, 13 Feb 2026 00:41:42 -0500 Subject: [PATCH] No AI-generated PRs --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 02a6643f3f..6bdafeb93c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,6 +20,12 @@ Yes, there are occurrences of trailing spaces, extra newlines, empty indents, an I **especially** do not want to see PRs that apply any kind of automated analysis to the source code to "optimize" anything - my IDE can do that already. If the PR doesn't actually change anything useful, I'm not going to review or merge it. +### Do not make AI "contributions". + +If I see a PR with significant amounts of code that's obviously written by AI, I will reject your PR, and you will be blocked. Don't waste my time with slop. + +Asking AI questions, and using that information to help you write code? Fine. Using it to actually write code? No. + ## Style Guidelines ### Follow the formatting guidelines.