Contributing: Do not use LLMs for communication (#18110)
Had another PR this morning where I was just talking to an LLM. This is the minimum to LLM usage, not yet addressing yet how to use LLMs for coding responsibly. * ✅ **Impact**: Edited the contributing guide * ✅ **Actionable**: The change addressed an evolving situation * ✅ **Correctness**: Performed a grammar pass – this is now ready for review
This commit is contained in:
@@ -30,6 +30,11 @@ exploration of new features, we will almost always close these pull requests imm
|
||||
new feature to uv creates a long-term maintenance burden and requires strong consensus from the uv
|
||||
team before it is appropriate to begin work on an implementation.
|
||||
|
||||
Do not use LLMs such as Claude Code or ChatGPT for communication. LLMs are notoriously unreliable
|
||||
and make up smart sounding but ultimately wrong claims. Instead, phrase issue and pull request
|
||||
comments in your own words. It's not important to sound perfect, but that we can follow what problem
|
||||
you're trying to solve and why the pull request uses a correct approach.
|
||||
|
||||
## Setup
|
||||
|
||||
[Rust](https://rustup.rs/) (and a C compiler) are required to build uv.
|
||||
|
||||
Reference in New Issue
Block a user