Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 248 Bytes

CONTRIBUTING.md

File metadata and controls

8 lines (6 loc) · 248 Bytes

Contributing to TypeID Elixir

Setup your environment

  1. Install required toolchain using asdf
  2. Add your code changes
  3. Verify tests pass: mix test
  4. Format or verify the formatting of your changes: mix format