Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 945 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (13 loc) · 945 Bytes

How to contribute

If you find what looks like a bug:

  1. Check the GitHub issue tracker to see if anyone else has reported issue.
  2. If you don’t see anything, create an issue with information on how to reproduce it.

If you want to contribute an enhancement or a fix:

  1. Fork the project on github.
  2. Create a topic branch.
  3. Setup the project with docker-compose by running docker-compose up
  4. If you need, you can launch a rails console with docker-compose exec web rails c
  5. Make your changes and adds/updates relevant tests.
  6. Run the test suite with docker-compose exec web rake
  7. Commit the changes without making changes to the Rakefile or any other files that aren’t related to your enhancement or fix.
  8. Send a pull request.