Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 797 Bytes

contributing.md

File metadata and controls

38 lines (28 loc) · 797 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 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
rm -r website/build/
./sbt ++2.12.11! docs/docusaurusCreateSite
cd ./website/build/zio-config/
npm run start