There are two ways to contribute: issues and pull requests.
You are very welcome to submit a github issue in case you find a bug. The more detailed, the easier to reproduce. So please be verbose.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request