First of all, thank you for contributing to this library!
Please file issues on the GitHub issues list and give as much detail as possible.
If you want a feature implemented, the best way to get it done is to submit a pull request that implements it. Please make sure it has tests.
To get the implementation tests to run, you'll need to create a test/config.yml
file. There's an example to get you started.
You can run the tests with:
bundle exec rake test
If you've not contributed to a repository before - this is the accepted pattern to use:
- Fork it (big button on Github at the top right)
- Create your feature branch (
git checkout -b my-new-feature
) - Make your changes (please add tests!)
- Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request on Github
Thank you again! :heart: :sparkling_heart: :heart: