This project follows a standard fork and pull model for accepting contributions via GitHub pull requests.
This project uses Scalafmt to ensure consistent code styling. Code can be reformatted using
sbt scalafmt
Generate test coverage reports with scoverage plugin using
sbt clean coverage test coverageReport