Thank you for your interest in contributing to the OpenCloud Helm Charts repository!
This repository follows a community-driven approach with a simple role model:
- Contributors: Anyone who submits PRs
- Reviewers: Experienced contributors who can review and approve PRs
- Maintainers: Active reviewers who can additionally merge PRs and manage releases
You can find the current list of maintainers and reviewers in the MAINTAINERS.md file.
git clone https://github.com/YOUR-USERNAME/helm.git
cd helm
git remote add upstream https://github.com/opencloud-eu/helm.gitgit checkout -b feature/your-feature-nameWhen making changes, please ensure you:
- Follow Helm best practices
- Include proper documentation
- Test your changes with
helm lintand installation tests
- Create a PR from your fork to the main repository
- Ensure your PR has a clear description of the changes
- At least one reviewer must approve before a maintainer can merge
This project follows the Contributor Covenant Code of Conduct.
Contributors who make multiple high-quality PRs may be invited to become Reviewers. Reviewers who are consistently active and provide valuable reviews may be invited to become Maintainers.
If you're interested in becoming a maintainer or reviewer, please continue contributing and engaging with the project.