- Fork the repository on Github.
- Create a named feature branch (
$ git checkout -b my-new-feature
). - Write your change.
- Write tests for your change (if applicable).
- Run the tests, ensuring they all pass (
$ bundle exec rake
). - Commit your change (
$ git commit -am 'Add some feature'
). - Push to the branch (
$ git push origin my-new-feature
). - Submit a Pull Request using Github.
Please do not hesitate to open an issue with any questions or problems.