Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 531 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (11 loc) · 531 Bytes

Contributing

Please make sure you run the git pre-commit hooks before submitting a PR.

To run them, make sure you have pre-commit and helm-docs installed. Then, after you've cloned the repo, run:

pre-commit install

If you've already created a commit, to verify it meets spec, just run:

pre-commit run

Once you've commited any doc changes and bumped the chart version, please feel free to submit a PR :)