Want to contribute? Awesome! Thank you so much.
- Fork it
- Create a feature branch (
git checkout -b my-new-feature
) - Commit changes, with tests (
git commit -am 'Add some feature'
) - Run the tests (
bundle exec rake
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request