Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (12 loc) · 1012 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (12 loc) · 1012 Bytes

Contributing to the Elastic helm charts

CLA (Contributor License Agreement)

If you haven't already you will need to sign the CLA before your pull request can be reviewed and merged.

Version bumps

Just like with the rest of the stack, all versions in this helm chart repo are bumped and released at the same time. There is no need to bump the version in your pull request.

Testing and documentation

When making any changes be sure to also update the following:

  • Charts README.md
  • The templating tests which can be found in ${CHART}/tests/*.py. Example
  • The integration tests which can be found in ${CHART}/examples/*/test/goss.yaml. Example

Adding new features

If you aren't 100% sure that this is a feature that makes sense for everyone. Please open an issue first to discuss with the maintainers before investing a lot of time into it.