From 9f86833ecd703e01ceb3b8666505d8f6bb716f8a Mon Sep 17 00:00:00 2001 From: Peter Flynn Date: Thu, 7 Aug 2014 15:15:29 -0700 Subject: [PATCH] Update 'Extension Ideas' query link so it shows both open & closed issues, instead of closed only - the new GH query syntax now permits this. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3df55bd5e..f5d0acc43 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -54,7 +54,7 @@ Here are some ideas: * [Starter bugs](https://github.com/adobe/brackets/issues?labels=starter+bug&state=open) can provide a good intro to the Brackets code. -* [Extension ideas](https://github.com/adobe/brackets/issues?labels=Extension+Idea&state=closed) +* [Extension ideas](https://github.com/adobe/brackets/issues?q=label%3A%22Extension+Idea%22) are feature requests that we think would be best implemented as an add-on; it's up to the Brackets community to write them! * [Starter features](http://bit.ly/BracketsBacklog) are a bit larger in scope. Be sure to discuss