From 02b22b49e7349b36305dbe97cd5d6e198d2f0537 Mon Sep 17 00:00:00 2001 From: Remo Senekowitsch Date: Mon, 10 Aug 2026 22:59:31 +0200 Subject: [PATCH] add llm usage policy for contributions --- CONTRIBUTING.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b1a642ee..2670e6ef 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,6 +2,18 @@ First off, thanks for taking the time to contribute! ❤️ +## LLM Usage Policy + +Planning to use an LLM to contribute to Rustlings? +Please follow the rules: + +- ✅ Allowed: Personal use. For example: research and help during debugging. +- ⚠️ Disclosure required: Code contributions that are fully or partially LLM-generated. + Maintainers may be less inclined to review such contributions. +- ❌ Banned: Generating comments, issues or PR descriptions. We want to talk to you, not your LLM. + +For more information, refer to the [LLM Usage Policy](https://forge.rust-lang.org/policies/llm-usage.html) of `rust-lang/rust`. + ## Quick Reference I want to …