From d55f1a3783ad491cbbb6e4aab31445e42a1f2ff7 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Mon, 1 Feb 2016 21:10:43 -0800 Subject: [PATCH] Remove bold style from list of contributing pages. This same style was previously removed from the docs page. It's not needed. --- contribute.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/contribute.md b/contribute.md index 71f5725e9..8205e5584 100644 --- a/contribute.md +++ b/contribute.md @@ -21,20 +21,20 @@ mechanics of contributing to [rust-lang/rust]. There are many ways to contribute to the success of Rust. This guide focuses on a few avenues for the new contributor: -* [**Finding, triaging and fixing issues**](contribute-bugs.html). The +* [Finding, triaging and fixing issues](contribute-bugs.html). The basic work of maintaining a large and active project like Rust. -* [**Documentation**](contribute-docs.html). Not just official +* [Documentation](contribute-docs.html). Not just official documentation, but also for crates, blog posts, and other unofficial sources. -* [**Community building**](contribute-community.html). Helping your fellow +* [Community building](contribute-community.html). Helping your fellow Rustacean, and expanding the reach of Rust. -* [**Tooling, IDEs and infrastructure**](contribute-tools.html). The +* [Tooling, IDEs and infrastructure](contribute-tools.html). The important pieces that make using a language practical and painless. -* [**Libraries**](contribute-libs.html). Rust's suitability for any +* [Libraries](contribute-libs.html). Rust's suitability for any particular task is mostly dependent on availability of quality libraries. -* [**Language, compiler and the standard - library**](contribute-compiler.html). Language design, feature +* [Language, compiler and the standard + library](contribute-compiler.html). Language design, feature implementation, performance improvement. If you need additional guidance ask on [#rust-internals] or