Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 474 Bytes

Contributing.md

File metadata and controls

30 lines (19 loc) · 474 Bytes

Contributing to Rak

Development

Linting

This project uses credo to help enforce good coding practices.

mix credo

Testing

Unit tests must be kept up-to-date. You can run the tests by running:

mix test

This project requires that its code be 100% covered by tests; to run the code coverage analysis locally, run:

mix test --cover

Pull requests and issues

Release management