File tree 3 files changed +9
-13
lines changed
src/doc/contrib/src/process
3 files changed +9
-13
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,12 @@ Contributing documentation has moved to the **[Cargo Contributor Guide]**.
8
8
9
9
We encourage people to discuss their design before hacking on code. Typically,
10
10
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.
13
12
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.**
18
15
19
16
[ internals forum ] : https://internals.rust-lang.org/c/tools-and-infrastructure/cargo
20
17
[ file an issue ] : https://github.com/rust-lang/cargo/issues
21
18
[ 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
Original file line number Diff line number Diff line change @@ -8,11 +8,6 @@ process.
8
8
9
9
Please read the guidelines below before working on an issue or new feature.
10
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
-
16
11
[ Working on Cargo ] : working-on-cargo.md
17
12
18
13
## Mentorship
Original file line number Diff line number Diff line change @@ -17,8 +17,10 @@ We encourage people to discuss their design before hacking on code. This gives
17
17
the Cargo team a chance to know your idea more. Sometimes after a discussion,
18
18
we even find a way to solve the problem without coding! Typically, you
19
19
[ 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.**
22
24
23
25
## Checkout the source
24
26
@@ -170,3 +172,4 @@ more information on how Cargo releases are made.
170
172
[ internals forum ] : https://internals.rust-lang.org/c/tools-and-infrastructure/cargo
171
173
[ file an issue ] : https://github.com/rust-lang/cargo/issues
172
174
[ the process ] : index.md
175
+ [ accepted ] : https://github.com/rust-lang/cargo/issues?q=is%3Aissue+is%3Aopen+label%3AS-accepted
You can’t perform that action at this time.
0 commit comments