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 + 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 |