add llm usage policy for contributions

This commit is contained in:
Remo Senekowitsch 2026-08-10 22:59:31 +02:00
parent 3b7ca447f1
commit 2282fdf0ab
No known key found for this signature in database

View File

@ -2,6 +2,18 @@
First off, thanks for taking the time to contribute! ❤️ 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 ## Quick Reference
I want to … I want to …