Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 1.41 KB

CONTRIBUTING.md

File metadata and controls

27 lines (16 loc) · 1.41 KB

Contributing Guidelines

Thank you for your interest in contributing! Please see the BuildBuddy Contribution Guide which describes the process for making code contributions across BuildBuddy projects and join our Slack channel to ask questions from community members and the BuildBuddy core team.

How to Contribute to the buildbuddy-helm repository

  1. Fork this repository, develop, and test your changes.
  2. Submit a pull request.

NOTE: In order to make testing and merging of PRs easier, please submit changes to multiple charts in separate PRs.

Technical Requirements

Documentation Requirements

  • A chart's README.md must include configuration options
  • A chart's NOTES.txt must include relevant post-installation information

Merge Approval and Release Process

  • Must pass CI jobs for linting and installing changed charts
  • Any change to a chart requires a version bump following semver principles

Once changes have been merged, the release job will automatically run to package and release changed charts.