Current section
Files
Jump to
Current section
Files
Contributing.md
# Contributing to Rak
## Development
## Testing
Unit tests must be kept up-to-date. You can run the tests by running:
```shell
mix test
```
This project requires that its code be 100% covered by tests; to run the code coverage analysis locally, run:
```shell
mix test --cover
```
## Pull requests and issues
## Release management