Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 588 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (17 loc) · 588 Bytes

Contributing

Getting Started

  1. Install asdf
  2. Install the asdf Elixir and Erlang plugins
# Read the docs for these plugins
# To ensure you have the correct dependencies installed first
asdf plugin add elixir # https://github.com/asdf-vm/asdf-elixir
asdf plugin add erlang # https://github.com/asdf-vm/asdf-erlang
  1. Run asdf install to install the versions of Elixir and Erlang specified in the .tool-versions file

Running tests

mix test

Running the linter

mix format

Running the formatter

mix format