Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 726 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (13 loc) · 726 Bytes

Contributing Guide

Requirements

  1. Fork this repository, develop, and test your changes.
  2. Submit a pull request.

Technical Requirements

When submitting a pull request, please ensure that:

  • The PR follow Helm best practices.

  • Any change to a chart requires a version bump following semver principles.

  • The tables of parameters are generated based on the metadata information from the values.yaml file, by using this tool.

    A quick way to do this is to run the tool via Docker and the script generate-readme.sh:

    ./generate-readme.sh