First of all thanks for taking time and interest in the project 👍
If you're new to open source and don't know how to contribute to open-source projects then check out this handy-guide.
If you want to contribute, start with git by installing it on your machine.
- Start by clicking the fork button in this repository
- Copy the url of the repository
- Clone the repository using the command in terminal
git clone 'url you just copied'
- Commit the changes to the new branch using command
git commit -m 'message'
- Push changes on your local machine to GitHub using command
git push origin master
- Compare the branches and start a Pull Request to merge the changes in the master branch
- You did it! You just contributed to an Open Source Project. Welcome aboard ⛵.
Congrats on your making the Pull Request.