Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 568 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (13 loc) · 568 Bytes

Contributing and Development

Development Setup

  1. Make sure you have Elixir 1.7+ installed
  2. Clone the repo
  3. Run mix do deps.get, compile
  4. Run mix test or bin/coverage_dev to run tests

Submitting Changes

  1. Fork the project
  2. Create a new topic branch to contain your feature, change, or fix.
  3. Make sure all the tests are still passing.
  4. Implement your feature, change, or fix. Make sure to write tests, update and/or add documentation.
  5. Push your topic branch up to your fork.
  6. Open a Pull Request with a clear title and description.