Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<your-username>/getting-started-with-open-source.git
cd getting-started-with-open-source

8 changes: 8 additions & 0 deletions filter-by-language.md
Original file line number Diff line number Diff line change
@@ -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 |