- Please raise an issue in here before you raise a pull request directly.
- Tag the issue in PR description.
- Contributions to documentation/website is always welcome and can be raised without tagging an issue.
cd zio-config
sbt fmt fix check
sbt compileAll
sbt runAllExamples
sbt testAll
cd zio-config
bloop projects
bloop compile zio-config
bloop test zio-config
We recommend you run the examples in zio-config using sbt runAllExamples
making sure
that all assertions in the example holds true even after your change.
cd zio-config
./sbt docs/buildWebsite