File: CONTRIBUTING.md

package info (click to toggle)
ruby-api-pagination 4.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 184 kB
  • ctags: 48
  • sloc: ruby: 689; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 351 bytes parent folder | download
1
2
3
4
5
6
7
8
## Contributing

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