Skip to content

Commit

Permalink
add link to contribution guidelines and IRC room
Browse files Browse the repository at this point in the history
  • Loading branch information
pirate committed Mar 23, 2017
1 parent 425c1a3 commit 7665991
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/libstd/lib.rs
Expand Up @@ -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
//!
Expand Down

0 comments on commit 7665991

Please sign in to comment.