Bug reports and pull requests from users are what keep this project working.
- Create an issue and describe your idea
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Publish the branch (
git push origin my-new-feature
) - Create a new Pull Request
You can run the test suite.
You can run RuboCop to check code style.
You can run RSpec to see if anything broke.
You can run YARD to see of your code is documented.
The default Rake task, runnable using rake
.
This project has documentation in a few places:
A friendly README.md
written for many audiences.
The wiki.
API documentation is written as YARD docblocks in the Ruby code.
This is rendered as Web pages on Rubydoc.info.