Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 730 Bytes

contributing.md

File metadata and controls

36 lines (26 loc) · 730 Bytes

Steps for raising a Pull Request

  1. Please raise an issue in here before you raise a pull request directly.
  2. Tag the issue in PR description.
  3. Contributions to documentation/website is always welcome and can be raised without tagging an issue.

SBT

cd zio-config
sbt fmt fix check
sbt compileAll
sbt runAllExamples
sbt testAll

BLOOP

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.

Build website in Local

cd zio-config
./sbt docs/buildWebsite