Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 609 Bytes

CONTRIBUTING.md

File metadata and controls

32 lines (21 loc) · 609 Bytes

Contributing

Testing

Install prerequisites:

Start minikube:

minikube start

Start chart-testing:

ct install --config ct.yaml --helm-extra-args '--timeout 200s'

You can also add a yaml file in the charts/monica/ci directory to test the chart with different values.

Pre-commit

This repository uses pre-commit to run checks before each commit.

To install pre-commit, run:

pre-commit install