]> git.proxmox.com Git - cargo.git/blame - CONTRIBUTING.md
Auto merge of #11023 - dpc:cargo-cmd-path-order, r=epage
[cargo.git] / CONTRIBUTING.md
CommitLineData
d11a429d
AK
1# Contributing to Cargo
2
4d40ef4e 3Contributing documentation has moved to the **[Cargo Contributor Guide]**.
d11a429d 4
4d40ef4e 5[Cargo Contributor Guide]: https://rust-lang.github.io/cargo/contrib/
50bc1db3
WL
6
7## Before hacking on Cargo
8
9We encourage people to discuss their design before hacking on code. Typically,
10you [file an issue] or start a thread on the [internals forum] before submitting
11a pull request. Please read [the process] of how features and bugs are managed
12in Cargo.
13
20017a24
EH
14**NOTICE: Due to limited review capacity, the Cargo team is not accepting new
15features or major changes at this time. Please consult with the team before
16opening a new PR. Only issues that have been explicitly marked as accepted
17will be reviewed.**
18
50bc1db3
WL
19[internals forum]: https://internals.rust-lang.org/c/tools-and-infrastructure/cargo
20[file an issue]: https://github.com/rust-lang/cargo/issues
21[the process]: https://doc.crates.io/contrib/process/index.html