Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.33 KB

CONTRIBUTING.md

File metadata and controls

26 lines (19 loc) · 1.33 KB

Contributing

This repository serves as a Helm chart repository, set up using this guide: https://github.com/helm/helm/blob/master/docs/chart_repository.md.

For general contribution and community guidelines, please see the community repo.

Contributing Workflow

  1. Fork the project
  2. Clone your fork
  3. Make local changes to your fork by editing files
  4. Commit your changes
  5. Push your local changes to the remote server
  6. Create new Pull Request

From here your pull request will be reviewed and once you've responded to all feedback it will be merged into the project. Congratulations, you're a contributor!

Generate package index file

  1. Build your package tgz (helm package).
  2. Copy that tgz to the docs/ directory in this project.
  3. Run ./reindex.sh
  4. Commit and push your changes.