Skip to content

Commit 6dd8b76

Browse files
authored
Merge pull request creativecommons#181 from akmadian/master
Add "help wanted" issues link that filters out "in progress" issues to contributing page
2 parents 79766a9 + a4e3ec0 commit 6dd8b76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/contributing-code/contents.lr

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ We track all our work via the GitHub issues associated with a repository and tha
2727
* Issues labeled **"help wanted"** or **"good first issue"** have been identified as available for community contribution. Feel free to work on issues labeled "good first issue" even if it is not your first issue.
2828
* Here's a list of [all issues labeled "good first issue"](https://github.com/search?q=org%3Acreativecommons+is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
2929
* Here are lists of [all issues labeled "help wanted"](https://github.com/search?q=org%3Acreativecommons+is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) and [incomplete pull requests labeled "help wanted"](https://github.com/search?q=org%3Acreativecommons+is%3Apr+is%3Aopen+label%3A%22help+wanted%22)
30+
* Here's a list of [all issues labeled "help wanted", and not labeled as "in progress"](https://github.com/search?q=org%3Acreativecommons+is%3Aissue+is%3Aopen+label%3A%22help+wanted%22+-label%3A%22in+progress%22)
3031
* If the issue does not have either of those labels, it may still be open for contribution.
3132

3233
Once you have identified an issue you'd like to work on, follow these steps:

0 commit comments

Comments
 (0)