Contribute Step 1 Fork the repository Step 2 Create a feature branch (git checkout -b your-new-feature) Step 3 Commit the changes (git commit -am 'Add some feature') (will additional add the new changes) Step 4 Push to the branch (git push origin my-new-feature) Step 5 Create pull request