From 75da4a709cfca1144bff17d95e953403123e85f1 Mon Sep 17 00:00:00 2001 From: Gideon <87426140+GideonBear@users.noreply.github.com> Date: Sat, 8 Nov 2025 19:42:04 +0100 Subject: [PATCH] docs: Add AI guidelines to CONTRIBUTING.md (#1444) --- CONTRIBUTING.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index df06cfe7..b666675b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,6 +7,18 @@ We welcome and encourage contributions of all kinds, such as: 2. Documentation improvements 3. Code (PR or PR Review) +### LLM/AI guidelines + +You may use LLMs (AI tools) for: + +* Inspiration, problem solving, learning Rust, etc. +* Generating small and self-contained snippets of code (e.g., shell scripts or utility functions) + +Do **not** use LLMs to: + +* Generate ("vibe code") entire pull requests +* Write or generate issue or pull request descriptions + ### General guidelines **Please use [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) for your PR title**.