Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 391 Bytes

CONTRIBUTING.md

File metadata and controls

35 lines (24 loc) · 391 Bytes

Contributing

Build:

rebar3 compile

Test:

rebar3 ct

Format code:

rebar3 steamroll

Generate docs:

rebar3 ex_docs

Publish:

rebar3 hex user auth
rebar3 hex build
rebar3 hex publish

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