We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 469c030 commit bf40ac6Copy full SHA for bf40ac6
CONTRIBUTING.md
@@ -3,7 +3,13 @@
3
Thank you for your interest in contributing to Rust! There are many ways to contribute
4
and we appreciate all of them.
5
6
-To get started, read the [Contributing to Rust] chapter of the [rustc-dev-guide].
+Documentation for contributing to Rust is located in the [Guide to Rustc Development](https://rustc-dev-guide.rust-lang.org/),
7
+commonly known as the [rustc-dev-guide]. Despite the name, this guide documents
8
+not just how to develop rustc (the Rust compiler), but also how to contribute to any part
9
+of the Rust project.
10
+
11
+To get started with contributing, please read the [Contributing to Rust] chapter of the guide.
12
+That chapter explains how to get your development environment set up and how to get help.
13
14
## About the [rustc-dev-guide]
15
0 commit comments