View Source Contributing and Development

Development Setup

  1. Make sure you have Elixir 1.15+ installed
  2. Clone the repo
  3. Run mix deps.get
  4. Run mix test

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.