From 32f5d9bd6ea14acf5f34475d84a119a8d062163a Mon Sep 17 00:00:00 2001 From: zahash Date: Tue, 29 Aug 2023 08:41:13 +0530 Subject: [PATCH 1/2] link std-dev-guide from landing page (#1699) --- src/getting-started.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/getting-started.md b/src/getting-started.md index 80c3d3793..ad62427b2 100644 --- a/src/getting-started.md +++ b/src/getting-started.md @@ -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? + +See [std-dev-guide](https://std-dev-guide.rust-lang.org/). + ## Contributor Procedures This section has moved to the ["Contribution Procedures"](./contributing.md) chapter. From 9adbb6009506fb83cbe04bd32ff84f8325a8188d Mon Sep 17 00:00:00 2001 From: zahash Date: Tue, 29 Aug 2023 11:48:17 +0530 Subject: [PATCH 2/2] move placement of std-dev-guide link (#1699) --- src/getting-started.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/getting-started.md b/src/getting-started.md index ad62427b2..a12cb068c 100644 --- a/src/getting-started.md +++ b/src/getting-started.md @@ -123,6 +123,10 @@ compiler. You can see a list of diagnostic issues [here][diagnostic-issues]. [diagnostic-issues]: https://github.com/rust-lang/rust/issues?q=is%3Aissue+is%3Aopen+label%3AA-diagnostics+no%3Aassignee +### Contributing to std (standard library) + +See [std-dev-guide](https://std-dev-guide.rust-lang.org/). + ### Contributing code to other Rust projects There are a bunch of other projects that you can contribute to outside of the @@ -171,10 +175,6 @@ incredibly helpful: See ["How to build and run the compiler"](./building/how-to-build-and-run.md). -## How do i contribute to std? - -See [std-dev-guide](https://std-dev-guide.rust-lang.org/). - ## Contributor Procedures This section has moved to the ["Contribution Procedures"](./contributing.md) chapter.