diff --git a/filter-by-language.md b/filter-by-language.md new file mode 100644 index 0000000..5b5120a --- /dev/null +++ b/filter-by-language.md @@ -0,0 +1,8 @@ +## Filter Projects by Language & Skill Level + +| Language | Skill Level | Contribution Type | Example Projects | Friendly First Issue Label? | +|-----------|---------------|-----------------|-----------------|----------------------------| +| Python | Beginner | Documentation | [pandas-docs](https://github.com/pandas-dev/pandas/issues?q=is%3Aissue+label%3A%22good+first+issue%22) | Yes | +| JavaScript| Intermediate | Code | [react](https://github.com/facebook/react/issues?q=is%3Aissue+label%3A%22good+first+issue%22) | Yes | +| Go | Beginner | Documentation | [hugo](https://github.com/gohugoio/hugo/issues?q=is%3Aissue+label%3A%22good+first+issue%22) | Yes | +| Python | Intermediate | Code | [scikit-learn](https://github.com/scikit-learn/scikit-learn/issues?q=is%3Aissue+label%3A%22good+first+issue%22) | Yes |