Skip to content

Commit 1dca19a

Browse files
committed
Auto merge of #40765 - pirate:patch-3, r=aturon
Add contribution instructions to stdlib docs Generally programming language docs have instructions on how to contribute changes. I couldn't find any in the rust docs, so I figured I'd add an instructions section, let me know if this belongs somewhere else!
2 parents 8c6e2ff + 9765fbc commit 1dca19a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/libstd/lib.rs

+11
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,17 @@
9494
//! compiler - but they are documented here the same). Like the prelude, the
9595
//! standard macros are imported by default into all crates.
9696
//!
97+
//! # Contributing changes to the documentation
98+
//!
99+
//! Check out the rust contribution guidelines [here](
100+
//! https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md).
101+
//! The source for this documentation can be found on [Github](https://github.com/rust-lang).
102+
//! To contribute changes, make sure you read the guidelines first, then submit
103+
//! pull-requests for your suggested changes.
104+
//!
105+
//! Contributions are appreciated! If you see a part of the docs that can be
106+
//! improved, submit a PR, or chat with us first on irc.mozilla.org #rust-docs.
107+
//!
97108
//! # A Tour of The Rust Standard Library
98109
//!
99110
//! The rest of this crate documentation is dedicated to pointing out notable

0 commit comments

Comments
 (0)