Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.56 KB

File metadata and controls

51 lines (33 loc) · 1.56 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

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.