]> git.lizzy.rs Git - rust.git/commitdiff
add link to contribution guidelines and IRC room
authorNick Sweeting <git@nicksweeting.com>
Thu, 23 Mar 2017 17:48:32 +0000 (13:48 -0400)
committerGitHub <noreply@github.com>
Thu, 23 Mar 2017 17:48:32 +0000 (13:48 -0400)
src/libstd/lib.rs

index c6b6d3ab5b0d97386432f6db383f3411789d7a73..ab1167e20b1db24df6e9d54dfb5d2d16fdfcf0a6 100644 (file)
 //!
 //! # 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
 //!