If you would like to contribute, please follow these simple steps, Thanks!
- Fork it
- Create your new branch, please add
bug
if its a bug fix orfeature
for 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