Skip to content

Commit 7665991

Browse files
authored
add link to contribution guidelines and IRC room
1 parent 425c1a3 commit 7665991

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/libstd/lib.rs

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,13 @@
9696
//!
9797
//! # Contributing changes to the documentation
9898
//!
99-
//! The source for this documentation can be found on [github](https://github.com/rust-lang/rust/tree/master/src/libstd).
100-
//! To contribute changes, you can search for nearby strings in github to find
101-
//! relevant files, then submit pull-requests with your suggested changes.
99+
//! Check out the rust contribution guidelines [here](https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md).
100+
//! The source for this documentation can be found on [Github](https://github.com/rust-lang/rust/tree/master/src/libstd).
101+
//! To contribute changes, make sure you read the guidelines first, then submit
102+
//! pull-requests for your suggested changes.
103+
//!
104+
//! Contributions are appreciated! If you see a part of the docs that can be
105+
//! improved, submit a PR, or chat with us first on irc.mozilla.org #rust.
102106
//!
103107
//! # A Tour of The Rust Standard Library
104108
//!

0 commit comments

Comments
 (0)