about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNick Sweeting <git@nicksweeting.com>2017-03-23 13:48:32 -0400
committerGitHub <noreply@github.com>2017-03-23 13:48:32 -0400
commit7665991e3e502a534803bd1ac94c16ffd557ed95 (patch)
tree6580d0eeebaa1052c941403cbbca264fc7863227
parent425c1a3a052d072dd53719a27454e905af8e954c (diff)
downloadrust-7665991e3e502a534803bd1ac94c16ffd557ed95.tar.gz
rust-7665991e3e502a534803bd1ac94c16ffd557ed95.zip
add link to contribution guidelines and IRC room
-rw-r--r--src/libstd/lib.rs10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index c6b6d3ab5b0..ab1167e20b1 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -96,9 +96,13 @@
 //!
 //! # Contributing changes to the documentation
 //!
-//! The source for this documentation can be found on [github](https://github.com/rust-lang/rust/tree/master/src/libstd).
-//! To contribute changes, you can search for nearby strings in github to find
-//! relevant files, then submit pull-requests with your suggested changes.
+//! Check out the rust contribution guidelines [here](https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md).
+//! The source for this documentation can be found on [Github](https://github.com/rust-lang/rust/tree/master/src/libstd).
+//! To contribute changes, make sure you read the guidelines first, then submit
+//! pull-requests for your suggested changes.
+//! 
+//! Contributions are appreciated! If you see a part of the docs that can be
+//! improved, submit a PR, or chat with us first on irc.mozilla.org #rust.
 //!
 //! # A Tour of The Rust Standard Library
 //!