We love pull requests. Here's a quick guide:
-
Fork the repo.
-
Create a topic branch from where you want to base your work.
-
Add a test for your change. Only refactoring and documentation changes require no new tests. If you are adding functionality or fixing a bug, we need a test!
-
Make the test pass with
rake test
. -
Push to your fork and submit a pull request.
-
Coding Style Guide: https://gist.github.com/1105334
And in case we didn't emphasize it enough: we love tests!