Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Before submitting a PR, please familiarize yourself with the
<!-- Before submitting a PR, please familiarize yourself with the
[developer guide]([CONTRIBUTING.md](https://rust-lang.github.io/rustup/dev-guide/index.html)),
including the AI policy and style guide.
including the AI policy and style guide. -->
5 changes: 4 additions & 1 deletion doc/dev-guide/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@ If you are opening an issue, you should be able to describe the problem in your
If you are opening a pull request, you are expected to be able to explain the proposed changes in
your own words. This includes the pull request body and responses to questions. Make sure you have
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.
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.

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
Expand Down
Loading