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
orbin/setup
- Run the tests:
rspec
- Make your changes and make sure the tests pass
- Push to your repo and submit a pull request