Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 535 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (13 loc) · 535 Bytes

Contributing and Development

Development Setup

  • Clone repository
  • mix deps.get to get dependencies
  • mix compile to compile project
  • mix test 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.