Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 407 Bytes

CONTRIBUTING.md

File metadata and controls

39 lines (27 loc) · 407 Bytes

Contributing

Build:

mix compile

Test:

mix test
MIX_ENV=test mix deps.get
mix test

Format code:

mix format

Generate docs:

mix docs

Publish:

mix hex.publish
mix hex.publish docs

This project uses the Contributor Covenant version 2.1. Check CODE_OF_CONDUCT.md for more information.