Make opening sentence friendlier for new contributors

Co-authored-by: Camelid <camelidcamel@gmail.com>
This commit is contained in:
Henry Boisdequin 2021-03-09 08:25:41 +05:30 committed by Henry Boisdequin
parent 469c030260
commit bf40ac6877
1 changed files with 7 additions and 1 deletions

View File

@ -3,7 +3,13 @@
Thank you for your interest in contributing to Rust! There are many ways to contribute
and we appreciate all of them.
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/),
commonly known as the [rustc-dev-guide]. Despite the name, this guide documents
not just how to develop rustc (the Rust compiler), but also how to contribute to any part
of the Rust project.
To get started with contributing, please read the [Contributing to Rust] chapter of the guide.
That chapter explains how to get your development environment set up and how to get help.
## About the [rustc-dev-guide]