Skip to content

Commit 20017a2

Browse files
committed
Add a notice about review capacity.
1 parent cd46164 commit 20017a2

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
<!-- homu-ignore:start -->
22
<!--
3+
NOTICE: Due to limited review capacity, the Cargo team is not accepting new
4+
features or major changes at this time. Please consult with the team before
5+
opening a new PR. Only issues that have been explicitly marked as accepted
6+
will be reviewed.
7+
38
Thanks for submitting a pull request 🎉! Here are some tips for you:
49
510
* If this is your first contribution, read "Cargo Contribution Guide":

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ you [file an issue] or start a thread on the [internals forum] before submitting
1111
a pull request. Please read [the process] of how features and bugs are managed
1212
in Cargo.
1313

14+
**NOTICE: Due to limited review capacity, the Cargo team is not accepting new
15+
features or major changes at this time. Please consult with the team before
16+
opening a new PR. Only issues that have been explicitly marked as accepted
17+
will be reviewed.**
18+
1419
[internals forum]: https://internals.rust-lang.org/c/tools-and-infrastructure/cargo
1520
[file an issue]: https://github.com/rust-lang/cargo/issues
1621
[the process]: https://doc.crates.io/contrib/process/index.html

src/doc/contrib/src/process/index.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ a part of that process.
66
See the [Working on Cargo] chapter for an overview of the contribution
77
process.
88

9+
Please read the guidelines below before working on an issue or new feature.
10+
11+
**Due to limited review capacity, the Cargo team is not accepting new features
12+
or major changes at this time. Please consult with the team before opening a
13+
new PR. Only issues that have been explicitly marked as accepted will be
14+
reviewed.**
15+
916
[Working on Cargo]: working-on-cargo.md
1017

1118
## Cargo team
@@ -18,10 +25,6 @@ participating, feel free to contact us on [Zulip].
1825

1926
## Roadmap
2027

21-
The Cargo team typically establishes a roadmap each year that sets which areas
22-
they will be focusing on. This is usually posted on the Inside Rust Blog (such
23-
as [the 2020 roadmap]).
24-
2528
The [Roadmap Project Board] is used for tracking major initiatives. This gives
2629
an overview of the things the team is interested in and thinking about.
2730

@@ -76,6 +79,7 @@ Most of them require some design work, which can be difficult. Check out the
7679
Cargo follows the Rust model of evolution. Major features usually go through
7780
an [RFC process]. Therefore, before opening a feature request issue create a
7881
Pre-RFC thread on the [internals][irlo] forum to get preliminary feedback.
82+
7983
Implementing a feature as a [custom subcommand][subcommands] is encouraged as
8084
it helps demonstrate the demand for the functionality and is a great way to
8185
deliver a working solution faster as it can iterate outside of Cargo's release

0 commit comments

Comments
 (0)