Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add contribution instructions to stdlib docs #40765

Merged
merged 4 commits into from
Apr 12, 2017
Merged

Add contribution instructions to stdlib docs #40765

merged 4 commits into from
Apr 12, 2017

Conversation

pirate
Copy link
Contributor

@pirate pirate commented Mar 23, 2017

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!

@rust-highfive
Copy link
Collaborator

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @aturon (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

@steveklabnik
Copy link
Member

@pirate
Copy link
Contributor Author

pirate commented Mar 23, 2017

@steveklabnik added a link to the guidelines, also mentioned the #rust IRC channel and changed some wording.

Copy link
Member

@aturon aturon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a couple of nits.

//! 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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might want to suggest #rust-docs instead?

//! # Contributing changes to the documentation
//!
//! 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).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A bunch of the source lives in libcore, liballoc, libcollections, should probably include pointers there as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to link to all the various source repos, or shall I just link to https://github.com/rust-lang instead?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think just linking to the main repo is a good idea.

@alexcrichton
Copy link
Member

bors: r=aturon

@alexcrichton
Copy link
Member

@bors: r=aturon

@bors
Copy link
Contributor

bors commented Apr 11, 2017

📌 Commit 9765fbc has been approved by aturon

frewsxcv added a commit to frewsxcv/rust that referenced this pull request Apr 12, 2017
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!
frewsxcv added a commit to frewsxcv/rust that referenced this pull request Apr 12, 2017
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!
@bors
Copy link
Contributor

bors commented Apr 12, 2017

⌛ Testing commit 9765fbc with merge 1dca19a...

bors added a commit that referenced this pull request Apr 12, 2017
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!
@bors
Copy link
Contributor

bors commented Apr 12, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: aturon
Pushing 1dca19a to master...

@bors bors merged commit 9765fbc into rust-lang:master Apr 12, 2017
@pirate pirate deleted the patch-3 branch April 12, 2017 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants