Contribution
All suggestions welcomeβ
See the list of issues on GitHub and pick one! Or report your own.
If you are having doubts on why or how something works, don't hesitate to ask a question on Discord or via GitHub.
This probably means that the documentation, ScalaDocs or code is unclear and could be improved for the benefit of all.
Testing locallyβ
Tests doesn't require any environment installed, so simply run:
sbt test
Note: most important tests are integration-tests, so pay close attention when updating them.
Building the site locallyβ
- Start the site in watch mode:
make start-site
- In case of documentation changes, re-generate the documentation:
make gen-doc
The watcher should pick up your changes