You can contribute by fixing bugs, adding new features, upgrading documentation and even grammatical fixes.
- Fork this repository to your own GitHub account and then clone it to your local device.
- Create a new branch
git checkout -b MY_BRANCH_NAME
- Push your contribution to the branch you created
git push origin MY_BRANCH_NAME
- Navigate to the original repository where you created your fork
- Click on
Compare and pull request
to view changes - Then click on
create pull request