]> git.proxmox.com Git - cargo.git/blob - CONTRIBUTING.md
bump version to 0.66.0+pve1-1~bpo11+pve1
[cargo.git] / CONTRIBUTING.md
1 # Contributing to Cargo
2
3 Contributing documentation has moved to the **[Cargo Contributor Guide]**.
4
5 [Cargo Contributor Guide]: https://rust-lang.github.io/cargo/contrib/
6
7 ## Before hacking on Cargo
8
9 We encourage people to discuss their design before hacking on code. Typically,
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.
13
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
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