Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (17 loc) · 881 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (17 loc) · 881 Bytes

If you have a question about Scanamo there is a Gitter channel to try and answer it. Suggestions on how to improve the documentation are very welcome.

Feel free to open an issue if you notice a bug or have an idea for a feature.

Pull requests are gladly accepted. Scanamo follows a standard fork and pull model for contributions via GitHub pull requests.

Building and testing Scanamo

Scanamo uses a standard SBT build. If you have SBT installed you can just run the test command from the SBT prompt to compile Scanamo and run its tests.

Most, though not all of Scanamo's tests are from examples in the scaladoc, or README.md, which are turned into tests by sbt-doctest.