Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Latest commit

 

History

History
53 lines (34 loc) · 1.67 KB

File metadata and controls

53 lines (34 loc) · 1.67 KB

Contributing to OpenCloud Helm Charts

Thank you for your interest in contributing to the OpenCloud Helm Charts repository!

Repository Structure

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.

Contribution Workflow

1. Fork and Clone

git clone https://github.com/YOUR-USERNAME/helm.git
cd helm
git remote add upstream https://github.com/opencloud-eu/helm.git

2. Create a Branch

git checkout -b feature/your-feature-name

3. Make Changes and Test

When making changes, please ensure you:

  • Follow Helm best practices
  • Include proper documentation
  • Test your changes with helm lint and installation tests

4. Submit a Pull Request

  • 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

Code of Conduct

This project follows the Contributor Covenant Code of Conduct.

Becoming a Maintainer or Reviewer

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.