- Fork the repository on Github.
- Create a named feature branch (
$ git checkout -b my-new-feature). - Write tests for your change (if applicable).
- Write your change.
- 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.