Contributing to Rak

Development

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