diff options
| author | bors <bors@rust-lang.org> | 2015-09-13 16:57:09 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-09-13 16:57:09 +0000 |
| commit | c494cf1d01befbc85247a4bb82c3d15cadcfedeb (patch) | |
| tree | 1af688ce1424eac6bfc63c32c3adacb0e7935de4 | |
| parent | 9040b06ed28d37022d7c5135a6809aba951a243e (diff) | |
| parent | 00cbe1db95078b8d8085d91a971dd5239f645ceb (diff) | |
| download | rust-c494cf1d01befbc85247a4bb82c3d15cadcfedeb.tar.gz rust-c494cf1d01befbc85247a4bb82c3d15cadcfedeb.zip | |
Auto merge of #28390 - christopherdumas:beginners_manuel, r=steveklabnik
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 72962f7c5a8..f81bb0bd69d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -225,6 +225,7 @@ are: * 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 cheetsheat][cheetsheat] is helpful (Remember to replace `@homu` with `@bors` in the commands that you use.) * **Google**! * Don't be afraid to ask! The Rust community is friendly and helpful. @@ -234,3 +235,4 @@ are: [tlgba]: http://tomlee.co/2014/04/03/a-more-detailed-tour-of-the-rust-compiler/ [ro]: http://www.rustaceans.org/ [rctd]: ./COMPILER_TESTS.md +[cheetsheat]: http://buildbot.rust-lang.org/homu/ |
