Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 467 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (10 loc) · 467 Bytes

Guide for contributors

This project follows a standard fork and pull model for accepting contributions via GitHub pull requests.

Code Style

This project uses Scalafmt to ensure consistent code styling. Code can be reformatted using

sbt scalafmt

Generate Test Coverage Report

Generate test coverage reports with scoverage plugin using

sbt clean coverage test coverageReport