cargo/CONTRIBUTING.md

20 lines
835 B
Markdown
Raw Permalink Normal View History

2017-09-03 09:47:49 +00:00
# Contributing to Cargo
2020-09-18 20:17:58 +00:00
Contributing documentation has moved to the **[Cargo Contributor Guide]**.
2017-09-03 09:47:49 +00:00
2020-09-18 20:17:58 +00:00
[Cargo Contributor Guide]: https://rust-lang.github.io/cargo/contrib/
## Before hacking on Cargo
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
2023-10-18 03:13:45 +00:00
a pull request.
2023-10-18 03:13:45 +00:00
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.**
2022-03-23 20:53:40 +00:00
[internals forum]: https://internals.rust-lang.org/c/tools-and-infrastructure/cargo
[file an issue]: https://github.com/rust-lang/cargo/issues
[the process]: https://doc.crates.io/contrib/process/index.html
2023-10-18 03:13:45 +00:00
[accepted]: https://github.com/rust-lang/cargo/issues?q=is%3Aissue+is%3Aopen+label%3AS-accepted