Pull requests are awesome! Pull requests with tests are even more awesome!
- Fork the repo.
- Run the tests:
bundle && rake
- Add a test for your change. Only refactoring and documentation changes require no new tests. If you are adding functionality or fixing a bug, it needs a test!
- Make the test pass.
- Push to your fork and submit a pull request.