Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@ incredibly helpful:

See ["How to build and run the compiler"](./building/how-to-build-and-run.md).

## How do i contribute to std?
Copy link
Member

Choose a reason for hiding this comment

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

I would change the heading, to match the others

Suggested change
## How do i contribute to std?
## Contributing to std (standard library)

I would also move it to before "Contributing code to other Rust projects", because std is more central than those other projects.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done.


See [std-dev-guide](https://std-dev-guide.rust-lang.org/).

## Contributor Procedures

This section has moved to the ["Contribution Procedures"](./contributing.md) chapter.
Expand Down