Skip to content

Commit 6f3e30b

Browse files
committed
docs: remove review capacity notice
1 parent 8537dff commit 6f3e30b

File tree

3 files changed

+9
-13
lines changed

3 files changed

+9
-13
lines changed

CONTRIBUTING.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,12 @@ Contributing documentation has moved to the **[Cargo Contributor Guide]**.
88

99
We encourage people to discuss their design before hacking on code. Typically,
1010
you [file an issue] or start a thread on the [internals forum] before submitting
11-
a pull request. Please read [the process] of how features and bugs are managed
12-
in Cargo.
11+
a pull request.
1312

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.**
13+
Please read [the process] of how features and bugs are managed in Cargo.
14+
**Only issues that have been explicitly marked as [accepted] will be reviewed.**
1815

1916
[internals forum]: https://internals.rust-lang.org/c/tools-and-infrastructure/cargo
2017
[file an issue]: https://github.com/rust-lang/cargo/issues
2118
[the process]: https://doc.crates.io/contrib/process/index.html
19+
[accepted]: https://github.com/rust-lang/cargo/issues?q=is%3Aissue+is%3Aopen+label%3AS-accepted

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

-5
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ process.
88

99
Please read the guidelines below before working on an issue or new feature.
1010

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-
1611
[Working on Cargo]: working-on-cargo.md
1712

1813
## Mentorship

src/doc/contrib/src/process/working-on-cargo.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@ We encourage people to discuss their design before hacking on code. This gives
1717
the Cargo team a chance to know your idea more. Sometimes after a discussion,
1818
we even find a way to solve the problem without coding! Typically, you
1919
[file an issue] or start a thread on the [internals forum] before submitting a
20-
pull request. Please read [the process] of how features and bugs are managed in
21-
Cargo.
20+
pull request.
21+
22+
Please read [the process] of how features and bugs are managed in Cargo.
23+
**Only issues that have been explicitly marked as [accepted] will be reviewed.**
2224

2325
## Checkout the source
2426

@@ -170,3 +172,4 @@ more information on how Cargo releases are made.
170172
[internals forum]: https://internals.rust-lang.org/c/tools-and-infrastructure/cargo
171173
[file an issue]: https://github.com/rust-lang/cargo/issues
172174
[the process]: index.md
175+
[accepted]: https://github.com/rust-lang/cargo/issues?q=is%3Aissue+is%3Aopen+label%3AS-accepted

0 commit comments

Comments
 (0)