From b5f296dc5e6fc3d3c7f0857bac83abfab59785e8 Mon Sep 17 00:00:00 2001 From: Sanchali torpe Date: Tue, 20 Jan 2026 08:56:14 -0800 Subject: [PATCH] docs: add markdown table to filter projects by language & skill level #41 --- filter-by-language.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 filter-by-language.md 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 |