Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 462 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (16 loc) · 462 Bytes

Contributing

Do not submit PRs with compiled nimble parsec artifacts. The maintainer will generate these accordingly before a release.

To run tests:

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

To build a release:

$ # bin/release {old_version} {new_version}
$ bin/release 1.1.3 1.1.4

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