- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes and tests (
git commit -am 'Add some feature') - Run the tests (
PAGINATOR=pagy bundle exec rspec; PAGINATOR=kaminari bundle exec rspec; PAGINATOR=will_paginate bundle exec rspec) - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request