From 1011b5d1c78a4d8262b45cfc542bc1a7178c3139 Mon Sep 17 00:00:00 2001
From: Sameer Al-Sakran <sameer@expa.com>
Date: Tue, 7 Jun 2016 16:44:03 -0700
Subject: [PATCH] bring issues the community can help on up to the top

---
 docs/contributing.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/contributing.md b/docs/contributing.md
index 9285387c2a4..7ddba817d76 100644
--- a/docs/contributing.md
+++ b/docs/contributing.md
@@ -31,13 +31,13 @@ Once a feature has been defined, typically it will be taken on by a product desi
 
 Once the main UX flows have been dialed in, there will be a hi-fidelity visual design. 
 
-Features that are ready for design are are tagged [Feature/Scoped](https://github.com/metabase/metabase/labels/Feature%2FScoped). Once a feature has had a reasonably complete visual design it should be tagged [Feature/Designed](https://github.com/metabase/metabase/labels/Feature%2FDesigned).
+Features that are ready for design are are tagged [Design Needed](https://github.com/metabase/metabase/labels/_Design%2FNeeded). Once a feature has had a reasonably complete visual design it should be tagged [Help Wanted](https://github.com/metabase/metabase/labels/_Help%20Wanted).
 
 ### D) Build the feature
 
-Once a feature is tagged [Feature/Designed](https://github.com/metabase/metabase/labels/Feature%2FDesigned), it is considered ready to be built. A core team member (or you, awesomely helpful person that you are) can start working on it.
+Once a feature is tagged [Help Wanted](https://github.com/metabase/metabase/labels/_Help%20Wanted), it is considered ready to be built. A core team member (or you, awesomely helpful person that you are) can start working on it.
 Once once or more people have started to work on a feature, it should be marked 
-[Feature/In Progress](https://github.com/metabase/metabase/labels/Feature%2FIn%20Progress). Once there is a branch+some code, a pull request is opened, linked to the feature + any issues that were pulled together to inform the feature. 
+[_Feature/_In Progress](https://github.com/metabase/metabase/labels/_Feature%2F_In%20Progress). Once there is a branch+some code, a pull request is opened, linked to the feature + any issues that were pulled together to inform the feature. 
 
 ### E) Verification and merging
 
-- 
GitLab