From 7920be6fb88cd7bb4f77f18459a5115fc3088496 Mon Sep 17 00:00:00 2001 From: rami3l Date: Fri, 14 Aug 2026 10:19:23 +0200 Subject: [PATCH 1/2] docs(dev-guide): prevent double negation in LLM policy --- doc/dev-guide/src/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/dev-guide/src/index.md b/doc/dev-guide/src/index.md index 3bd36e4faa..a842025f36 100644 --- a/doc/dev-guide/src/index.md +++ b/doc/dev-guide/src/index.md @@ -66,8 +66,8 @@ your own words. This includes the pull request body and responses to questions. reviewed the PR yourself before submitting it for review to the maintainers. Do not copy responses from the AI when replying to questions from maintainers. As an exception, issues marked as `E-easy` are meant for new contributors as a learning opportunity; the use of an LLM when submitting PR for -such issues is disallowed except without explicit permission from the team. Failure to comply may -result in the PR being closed directly without further notice. +such issues is only allowed with explicit permission from the team. Failure to comply may result +in the PR being closed directly without further notice. If you wish to include context from an interaction with AI in your comments, it must be in a quote block (using `>`) and disclosed as such. It must be accompanied by human commentary From 581d014a8cd13aae8d360014749a3e9ed53f978d Mon Sep 17 00:00:00 2001 From: rami3l Date: Fri, 14 Aug 2026 10:33:25 +0200 Subject: [PATCH 2/2] docs(contributing): add `CONTRIBUTING.md` for forwarding --- CONTRIBUTING.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000000..8c79b57213 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,20 @@ +# Contributing to rustup + +Contributing documentation has moved to the **[rustup dev guide]**. + +[rustup dev guide]: https://rust-lang.github.io/rustup/dev-guide) + +## Before hacking on rustup + +We encourage people to discuss their design before hacking on code. Typically, +you [file an issue] or start a thread on the [Zulip channel] before submitting +a pull request. + +[file an issue]: https://github.com/rust-lang/rustup/issues +[Zulip channel]: https://rust-lang.zulipchat.com/#narrow/channel/490103-t-rustup + +## AI/LLM usage policy + +Please refer to the [specific section] in the rustup dev guide. + +[specific section]: https://rust-lang.github.io/rustup/dev-guide/#ai-policy