Thank you for your interest in contributing! Please see the Mattermost Contribution Guide which describes the process for making code contributions across Mattermost projects and join our "Contributors" community channel to ask questions from community members and the Mattermost core team.
When you submit a pull request, it goes through a code review process outlined here.
- 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.