diff options
| author | bors <bors@rust-lang.org> | 2015-10-02 13:24:57 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-10-02 13:24:57 +0000 |
| commit | 17a2cb443a9dda03f2c35853fb69b981f179a4df (patch) | |
| tree | 7d188c8f87471faa41880fd179ae8f85c8efaf50 | |
| parent | 5180a7ccc55bb9973ca1f9441b39563c14f7ca9f (diff) | |
| parent | aa9666e5c1cbf0e1295e266f738d764f911f48f3 (diff) | |
| download | rust-17a2cb443a9dda03f2c35853fb69b981f179a4df.tar.gz rust-17a2cb443a9dda03f2c35853fb69b981f179a4df.zip | |
Auto merge of #28808 - AndiDog:patch-1, r=steveklabnik
| -rw-r--r-- | CONTRIBUTING.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index be938e6f35e..fc5447a1cda 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -221,15 +221,16 @@ are: * The [Rust Internals forum][rif], a place to ask questions and discuss Rust's internals * The [generated documentation for rust's compiler][gdfrustc] -* The [rust referance][rr], even though it doesn't specifically talk about Rust's internals, its a great reasource nontheless +* The [rust reference][rr], even though it doesn't specifically talk about Rust's internals, it's a great resource nonetheless * Although out of date, [Tom Lee's great blog article][tlgba] is very helpful * [rustaceans.org][ro] is helpful, but mostly dedicated to IRC * The [Rust Compiler Testing Docs][rctd] * For @bors, [this cheat sheet][cheatsheet] is helpful (Remember to replace `@homu` with `@bors` in the commands that you use.) -* **Google**! +* **Google!** ([search only in Rust Documentation][gsearchdocs] to find types, traits, etc. quickly) * Don't be afraid to ask! The Rust community is friendly and helpful. [gdfrustc]: http://manishearth.github.io/rust-internals-docs/rustc/ +[gsearchdocs]: https://www.google.de/search?q=site:doc.rust-lang.org+your+query+here [rif]: http://internals.rust-lang.org [rr]: https://doc.rust-lang.org/book/README.html [tlgba]: http://tomlee.co/2014/04/03/a-more-detailed-tour-of-the-rust-compiler/ |
