kubezero/charts/kubezero-metrics/charts/kube-prometheus-stack/CONTRIBUTING.md

656 B

Contributing Guidelines

How to contribute to this chart

  1. Fork this repository, develop and test your Chart.
  2. Bump the chart version for every change.
  3. Ensure PR title has the prefix [kube-prometheus-stack]
  4. When making changes to rules or dashboards, see the README.md section on how to sync data from upstream repositories
  5. Check the hack/minikube folder has scripts to set up minikube and components of this chart that will allow all components to be scraped. You can use this configuration when validating your changes.
  6. Check for changes of RBAC rules.
  7. Check for changes in CRD specs.
  8. PR must pass the linter (helm lint)