If you would like to contribute, please follow these simple steps, Thanks!
- Fork it
- Create your new branch, please add
bugif its a bug fix orfeaturefor a feature:git checkout -b feature-name-what-you-like - Commit your changes:
git commit -am 'Add some stuff' - Push to the branch:
git push origin feature-name-what-you-like - Submit a pull request