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.
- Fork this repository, develop, and test your changes.
- Submit a pull request.
NOTE: In order to make testing and merging of PRs easier, please submit changes to multiple charts in separate PRs.
- Must pass linting and installing with the chart-testing tool
- Must follow best practices and review guidelines
- A chart's
README.md
must include configuration options - A chart's
NOTES.txt
must include relevant post-installation information
- 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.