mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00
docs: remove review capacity notice
This commit is contained in:
parent
8537dffa1e
commit
6f3e30b773
@ -8,14 +8,12 @@ Contributing documentation has moved to the **[Cargo Contributor Guide]**.
|
|||||||
|
|
||||||
We encourage people to discuss their design before hacking on code. Typically,
|
We encourage people to discuss their design before hacking on code. Typically,
|
||||||
you [file an issue] or start a thread on the [internals forum] before submitting
|
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.
|
||||||
in Cargo.
|
|
||||||
|
|
||||||
**NOTICE: Due to limited review capacity, the Cargo team is not accepting new
|
Please read [the process] of how features and bugs are managed in Cargo.
|
||||||
features or major changes at this time. Please consult with the team before
|
**Only issues that have been explicitly marked as [accepted] will be reviewed.**
|
||||||
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
|
||||||
|
[accepted]: https://github.com/rust-lang/cargo/issues?q=is%3Aissue+is%3Aopen+label%3AS-accepted
|
||||||
|
@ -8,11 +8,6 @@ process.
|
|||||||
|
|
||||||
Please read the guidelines below before working on an issue or new feature.
|
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
|
||||||
|
|
||||||
## Mentorship
|
## Mentorship
|
||||||
|
@ -17,8 +17,10 @@ We encourage people to discuss their design before hacking on code. This gives
|
|||||||
the Cargo team a chance to know your idea more. Sometimes after a discussion,
|
the Cargo team a chance to know your idea more. Sometimes after a discussion,
|
||||||
we even find a way to solve the problem without coding! Typically, you
|
we even find a way to solve the problem without coding! Typically, you
|
||||||
[file an issue] or start a thread on the [internals forum] before submitting a
|
[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 in
|
pull request.
|
||||||
Cargo.
|
|
||||||
|
Please read [the process] of how features and bugs are managed in Cargo.
|
||||||
|
**Only issues that have been explicitly marked as [accepted] will be reviewed.**
|
||||||
|
|
||||||
## Checkout the source
|
## Checkout the source
|
||||||
|
|
||||||
@ -170,3 +172,4 @@ more information on how Cargo releases are made.
|
|||||||
[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]: index.md
|
[the process]: index.md
|
||||||
|
[accepted]: https://github.com/rust-lang/cargo/issues?q=is%3Aissue+is%3Aopen+label%3AS-accepted
|
||||||
|
Loading…
x
Reference in New Issue
Block a user