We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a927c34 commit 50bc1dbCopy full SHA for 50bc1db
CONTRIBUTING.md
@@ -3,3 +3,14 @@
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
+[internals forum]: https://internals.rust-lang.org/c/tools-and-infrastructure/cargo
15
+[file an issue]: https://github.com/rust-lang/cargo/issues
16
+[the process]: https://doc.crates.io/contrib/process/index.html
0 commit comments