Skip to content

Files

Latest commit

 

History

History
19 lines (11 loc) · 765 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (11 loc) · 765 Bytes

Contributing Guidelines

How to request features or report bugs

  1. See if the same feature is already requested or the same bug is already reported at the issues page.
  2. If you could not find the issue, please create a new issue under the project's GitHub page.

How to contribute to the codebase

Please fork the repository and submit a pull request when it's ready to be merged.

How to run tests

  1. Execute sbt test

How to run integration tests

  1. Execute sbt it:test