File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 96
96
//!
97
97
//! # Contributing changes to the documentation
98
98
//!
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.
102
106
//!
103
107
//! # A Tour of The Rust Standard Library
104
108
//!
You can’t perform that action at this time.
0 commit comments