File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -434,6 +434,16 @@ Just a few things to keep in mind:
434434 it might benefit from having a Table of Contents at the beginning,
435435 which you can auto-generate by including the `<!-- toc -->` marker at the top.
436436
437+ #### ⚠️ Note: Where to contribute `rustc-dev-guide` changes
438+
439+ If your change **only involves the documentation content of rustc-dev-guide** and **does not accompany `rust-lang/rust` code changes**,
440+ please submit your changes and PRs directly to the [rust-lang/rustc-dev-guide](https://github.com/rust-lang/rustc-dev-guide) repository.
441+
442+ There are some benifits following this rule:
443+ - Changes to `rustc-dev-guide` repo can be immediately reflected in [the live rustc-dev-guide](https://rustc-dev-guide.rust-lang.org/).
444+ - Changes to `rustc-dev-guide` repo do not need to go through bors CI in `rust-lang/rust`.
445+ - Less burden on bors queue in `rust-lang/rust`.
446+
437447## Issue triage
438448
439449Please see <https://forge.rust-lang.org/release/issue-triaging.html>.
You can’t perform that action at this time.
0 commit comments