Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 330 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (13 loc) · 330 Bytes

Contributing

To run tests:

$ # This will run tests, regenerate EXAMPLES.md, and run Credo in strict mode
$ mix tests

To build a release:

$ # bin/release {old_version} {new_version}
$ bin/release 0.0.1 0.0.2

Please review and agree to the code of conduct before contributing.