From ef981f2e992efe718a3f1a0cec0a2488e4d798a8 Mon Sep 17 00:00:00 2001 From: Alice Date: Sat, 27 Dec 2014 22:03:03 -0500 Subject: [PATCH] Bug 957802: Removed link to GitHub issues. Having a link to GitHub issues on "What to work on" leads possible contributors to a page that just says "Bummer, we couldn't find anything.". --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fb105118326..cc6f6904420 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -37,9 +37,8 @@ Contributing Code What to work on =============== -Good starting projects are listed on [GitHub][github] and [Bugzilla][bugzilla]. If you have any questions, just ask in the #mdndev IRC channel on irc.mozilla.org! +Good starting projects are listed on [Bugzilla][bugzilla]. If you have any questions, just ask in the #mdndev IRC channel on irc.mozilla.org! -[github]: https://github.com/mozilla/kuma/issues?labels=good+first+issue&milestone=&page=1&state=open [bugzilla]: https://bugzilla.mozilla.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&columnlist=short_desc%2Ccomponent%2Cchangeddate&list_id=9799718&product=Mozilla%20Developer%20Network&query_format=advanced&status_whiteboard=[good%20first%20bug]&status_whiteboard_type=allwordssubstr&query_based_on= How to submit code