Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 1.14 KB

CONTRIBUTING.md

File metadata and controls

8 lines (7 loc) · 1.14 KB

Contributing to Backstage Charts

Before making a contribution to the Backstage Helm Chart you will need to ensure the following steps have been done:

  • Sign your commits
  • Run helm template on the changes you're making to ensure they are correctly rendered into Kubernetes manifests.
  • Lint tests has been run for the Chart using the Chart Testing tool and the ct lint command.
  • Ensure variables are documented in values.yaml and the pre-commit hook has been run with pre-commit run --all-files to generate the README.md documentation. To preview the content, use helm-docs --dry-run.
  • If you are making changes to the Chart - remember to bump the Chart version following SemVer. You will need to change the Chart Version and the Chart Badge on the README.