Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 259 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (10 loc) · 259 Bytes

Contributing

  1. Fork the repo.
  2. Run the tests:
appraisal install
rake
  1. Introduce your change. If it's a new feature then write a test for it as well.
  2. Make sure that tests are passing.
  3. Push to your fork and submit a pull request.