Skip to content

Commit 50bc1db

Browse files
committed
Reuse "Before hacking on Cargo" to emphasize discussion before hacking
1 parent a927c34 commit 50bc1db

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CONTRIBUTING.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,14 @@
33
Contributing documentation has moved to the **[Cargo Contributor Guide]**.
44

55
[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

Comments
 (0)