Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.62 KB

CONTRIBUTING.md

File metadata and controls

29 lines (17 loc) · 1.62 KB

Contributing Guidelines

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.

How to Contribute to mattermost-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.