From fa27e38ca0f24d0e0baf42088464b5cd6f5bbd18 Mon Sep 17 00:00:00 2001 From: Enno Gelhaus Date: Fri, 20 Mar 2026 15:57:17 +0100 Subject: [PATCH] feat: Add AI section to CONTRIBUTING.md --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ef03cee2..960e6f34 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,6 +27,11 @@ Contributions can include: - **Feature requests:** Suggesting new capabilities or integrations. - **Bug reports:** Identifying and reporting issues. +## AI + +To ensure the quality and maintainability of the codebase, **we do not accept Pull Requests generated primarily by AI tools** (e.g., ChatGPT, GitHub Copilot, Claude Code, etc.). +All contributions must be the original work of the author. We reserve the right to close any PR that appears to be AI-generated without further review. + ## How to contribute This project follows a Fork/Feature Branch/Pull Request model. If you're not familiar with this, here's how it works: