From 5222237ac8e0ecdbe958582a4f883f51892ca7a2 Mon Sep 17 00:00:00 2001 From: Faheel Ahmad Date: Tue, 31 Oct 2017 20:04:21 +0530 Subject: [PATCH] Fix links to labels and their shields * Fix links * Fix shields.io API link --- CONTRIBUTING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f696217..6f7205c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -43,7 +43,7 @@ The current list of labels are [here][link_labels] and include:
-* [![no-code](https://img.shields.io/badge/-no-code-207de5.svg)][link_nocode] These issues don't require any coding knowledge. +* [![no-code](https://img.shields.io/badge/-no--code-207de5.svg)][link_nocode] These issues don't require any coding knowledge. If you're looking to contribute but aren't very confident in your coding skills these issues are a great place to start. @@ -51,7 +51,7 @@ The current list of labels are [here][link_labels] and include:
-* [![good-first-bug](https://img.shields.io/badge/-good-first-bug-5319e7.svg)][link_goodfirstbug] These issues contain a task that anyone with any level of experience can help with. +* [![good-first-bug](https://img.shields.io/badge/-good--first--bug-5319e7.svg)][link_goodfirstbug] These issues contain a task that anyone with any level of experience can help with. A major goal of the project is to have as many people as possible complete their very first [pull request][link_pullrequest] on one of these issues. They will always have explicit information on who to contact to help you through the process. @@ -61,7 +61,7 @@ The current list of labels are [here][link_labels] and include:
-* [![help-wanted](https://img.shields.io/badge/-help-wanted-159818.svg)][link_helpwanted] These issues contain a task that a member of the team has determined we need additional help with. +* [![help-wanted](https://img.shields.io/badge/-help--wanted-159818.svg)][link_helpwanted] These issues contain a task that a member of the team has determined we need additional help with. If you have particular skills then consider reading through these issues as they are a great place to offer your expertise. @@ -69,7 +69,7 @@ The current list of labels are [here][link_labels] and include:
-* [![bug](https://img.shields.io/badge/-bug-fc2929.svg)][link_bugs] These issues point to problems in the project. +* [![bug](https://img.shields.io/badge/-bug-fc2929.svg)][link_bug] These issues point to problems in the project. If you find a bug, please give as much detail as possible in your issue. @@ -77,7 +77,7 @@ The current list of labels are [here][link_labels] and include:
-* [![request](https://img.shields.io/badge/-request-fbca04.svg)][link_requests] These issues are asking for features (or anything else) to be added to the project. +* [![request](https://img.shields.io/badge/-request-fbca04.svg)][link_request] These issues are asking for features (or anything else) to be added to the project. If you have a good idea and would like to see it implemented in the Brain Networks in Python project please open a new issue and add in as much detail as possible.