656 B
656 B
Contributing Guidelines
How to contribute to this chart
- Fork this repository, develop and test your Chart.
- Bump the chart version for every change.
- Ensure PR title has the prefix
[kube-prometheus-stack]
- When making changes to rules or dashboards, see the README.md section on how to sync data from upstream repositories
- 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. - Check for changes of RBAC rules.
- Check for changes in CRD specs.
- PR must pass the linter (
helm lint
)