Step 1 : Pre-requisities
-
Install Git on your machine
-
Install node.js and npm
-
Install visual studio code
-
Create a github account
Step 2: Setup the project on your machine
- Create a new project directory on your machine
- Fork the project and clone the forked version
Step 3: Get Involved and Repeat
- Select an issue to work on
- Create a branch with the number of the issue and short description
- Make your changes
- git pull to always keep track on latest changes
- Stage your changes, commit them and create a PR from your forked repo to the parent repo and push