From b5f296dc5e6fc3d3c7f0857bac83abfab59785e8 Mon Sep 17 00:00:00 2001 From: Sanchali torpe Date: Tue, 20 Jan 2026 08:56:14 -0800 Subject: [PATCH 1/2] 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 | From cf0909dcc2b1d4cc85f405b23df95f58a75680be Mon Sep 17 00:00:00 2001 From: Sanchali torpe Date: Tue, 20 Jan 2026 09:00:10 -0800 Subject: [PATCH 2/2] Describe your change --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 1e5d044..0686677 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,13 @@ An Open Source sprint is a short event where groups of people get together to wo ### [Meet the Contributors](./open_source_stories.md) About the contributors to this repo and their Open Source experience. + +### Git Setup and First Pull Request + +1. **Install Git** + - Official website: [https://git-scm.com/](https://git-scm.com/) +2. **Fork and Clone the Repository** + ```bash + git clone https://github.com//getting-started-with-open-source.git + cd getting-started-with-open-source +