- Project must have at least 10 contributors
- Project must be active, no less than 1 month update
- Make sure the project isn't already in the list and not an existing issue
- Create an issue with the link and name of the project you want to add
- Once the project is approved, create a PR adding the project to the readme
-
First Fork the project
-
Cloning the your repo to creating a branch
git clone https://github.com/<your-github-username>/react-open-source-projects
cd react-open-source-projects
git remote add upstream https://github.com/Dun-sin/react-open-source-projects.git
git checkout -b YourName/ProjectName
-
Add the project to the readme and add it to git
git add readme.md
-
Commit for adding a project
git commit -m"docs: add <projectname>"
something other than adding a project
git commit -m"docs: <what you did>"
-
Push
git push