First off: all contributions are welcome and thanks for taking the time!
Clone the repository and install the dependencies:
gem install bundler
bundle install --dev
- Make a feature branch (
topics/foo
orbugfix/foo
). - Run
bundle exec rake test
. - Send a pull-request.
If applicable, please add a new test. :)