diff options
| author | Nick Sweeting <git@nicksweeting.com> | 2017-03-23 13:48:32 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-23 13:48:32 -0400 |
| commit | 7665991e3e502a534803bd1ac94c16ffd557ed95 (patch) | |
| tree | 6580d0eeebaa1052c941403cbbca264fc7863227 | |
| parent | 425c1a3a052d072dd53719a27454e905af8e954c (diff) | |
| download | rust-7665991e3e502a534803bd1ac94c16ffd557ed95.tar.gz rust-7665991e3e502a534803bd1ac94c16ffd557ed95.zip | |
add link to contribution guidelines and IRC room
| -rw-r--r-- | src/libstd/lib.rs | 10 |
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 //! |
