Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit dadbbc5

Browse files
committed
Merge pull request #302 from brson/nobold
Remove bold style from list of contributing pages.
2 parents 9d27bd7 + d55f1a3 commit dadbbc5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

contribute.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@ mechanics of contributing to [rust-lang/rust].
2121
There are many ways to contribute to the success of Rust.
2222
This guide focuses on a few avenues for the new contributor:
2323

24-
* [**Finding, triaging and fixing issues**](contribute-bugs.html). The
24+
* [Finding, triaging and fixing issues](contribute-bugs.html). The
2525
basic work of maintaining a large and active project like Rust.
26-
* [**Documentation**](contribute-docs.html). Not just official
26+
* [Documentation](contribute-docs.html). Not just official
2727
documentation, but also for crates, blog posts, and other unofficial
2828
sources.
29-
* [**Community building**](contribute-community.html). Helping your fellow
29+
* [Community building](contribute-community.html). Helping your fellow
3030
Rustacean, and expanding the reach of Rust.
31-
* [**Tooling, IDEs and infrastructure**](contribute-tools.html). The
31+
* [Tooling, IDEs and infrastructure](contribute-tools.html). The
3232
important pieces that make using a language practical and painless.
33-
* [**Libraries**](contribute-libs.html). Rust's suitability for any
33+
* [Libraries](contribute-libs.html). Rust's suitability for any
3434
particular task is mostly dependent on availability of quality
3535
libraries.
36-
* [**Language, compiler and the standard
37-
library**](contribute-compiler.html). Language design, feature
36+
* [Language, compiler and the standard
37+
library](contribute-compiler.html). Language design, feature
3838
implementation, performance improvement.
3939

4040
If you need additional guidance ask on [#rust-internals] or

0 commit comments

Comments
 (0)