Skip to content

link std-dev-guide from landing page (#1699) #1783

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

Merged
merged 2 commits into from
Aug 29, 2023
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