Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 335 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 335 Bytes

Contributing

Thank you for considering contributing to filterable.

  • Fork the repo
  • Clone the fork: git clone [email protected]:your_username/filterable.git
  • Setup locally: bundle install or bin/setup
  • Run the tests: rspec
  • Make your changes and make sure the tests pass
  • Push to your repo and submit a pull request