Add a notice about review capacity.

This commit is contained in:
Eric Huss 2022-03-23 13:53:40 -07:00
parent cd46164480
commit 20017a249c
3 changed files with 18 additions and 4 deletions

View File

@ -1,5 +1,10 @@
<!-- homu-ignore:start --> <!-- homu-ignore:start -->
<!-- <!--
NOTICE: Due to limited review capacity, the Cargo team is not accepting new
features or major changes at this time. Please consult with the team before
opening a new PR. Only issues that have been explicitly marked as accepted
will be reviewed.
Thanks for submitting a pull request 🎉! Here are some tips for you: Thanks for submitting a pull request 🎉! Here are some tips for you:
* If this is your first contribution, read "Cargo Contribution Guide": * If this is your first contribution, read "Cargo Contribution Guide":

View File

@ -11,6 +11,11 @@ you [file an issue] or start a thread on the [internals forum] before submitting
a pull request. Please read [the process] of how features and bugs are managed a pull request. Please read [the process] of how features and bugs are managed
in Cargo. in Cargo.
**NOTICE: Due to limited review capacity, the Cargo team is not accepting new
features or major changes at this time. Please consult with the team before
opening a new PR. Only issues that have been explicitly marked as accepted
will be reviewed.**
[internals forum]: https://internals.rust-lang.org/c/tools-and-infrastructure/cargo [internals forum]: https://internals.rust-lang.org/c/tools-and-infrastructure/cargo
[file an issue]: https://github.com/rust-lang/cargo/issues [file an issue]: https://github.com/rust-lang/cargo/issues
[the process]: https://doc.crates.io/contrib/process/index.html [the process]: https://doc.crates.io/contrib/process/index.html

View File

@ -6,6 +6,13 @@ a part of that process.
See the [Working on Cargo] chapter for an overview of the contribution See the [Working on Cargo] chapter for an overview of the contribution
process. process.
Please read the guidelines below before working on an issue or new feature.
**Due to limited review capacity, the Cargo team is not accepting new features
or major changes at this time. Please consult with the team before opening a
new PR. Only issues that have been explicitly marked as accepted will be
reviewed.**
[Working on Cargo]: working-on-cargo.md [Working on Cargo]: working-on-cargo.md
## Cargo team ## Cargo team
@ -18,10 +25,6 @@ participating, feel free to contact us on [Zulip].
## Roadmap ## Roadmap
The Cargo team typically establishes a roadmap each year that sets which areas
they will be focusing on. This is usually posted on the Inside Rust Blog (such
as [the 2020 roadmap]).
The [Roadmap Project Board] is used for tracking major initiatives. This gives The [Roadmap Project Board] is used for tracking major initiatives. This gives
an overview of the things the team is interested in and thinking about. an overview of the things the team is interested in and thinking about.
@ -76,6 +79,7 @@ Most of them require some design work, which can be difficult. Check out the
Cargo follows the Rust model of evolution. Major features usually go through Cargo follows the Rust model of evolution. Major features usually go through
an [RFC process]. Therefore, before opening a feature request issue create a an [RFC process]. Therefore, before opening a feature request issue create a
Pre-RFC thread on the [internals][irlo] forum to get preliminary feedback. Pre-RFC thread on the [internals][irlo] forum to get preliminary feedback.
Implementing a feature as a [custom subcommand][subcommands] is encouraged as Implementing a feature as a [custom subcommand][subcommands] is encouraged as
it helps demonstrate the demand for the functionality and is a great way to it helps demonstrate the demand for the functionality and is a great way to
deliver a working solution faster as it can iterate outside of Cargo's release deliver a working solution faster as it can iterate outside of Cargo's release