Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.22 KB

File metadata and controls

47 lines (32 loc) · 1.22 KB

Contributing to helm-pdb-operator

Thank you for your interest in contributing to the PDB Operator Helm chart.

Prerequisites

Development

helm lint charts/pdb-operator                    # Lint the chart
helm unittest charts/pdb-operator                # Run unit tests
helm template test charts/pdb-operator           # Render templates locally

Making Changes

  1. Fork the repository
  2. Create a feature branch from main
  3. Make your changes
  4. Verify linting and tests pass
  5. Open a PR against main

Commit Messages

Follow Conventional Commits:

  • feat: new feature or value
  • fix: bug fix
  • docs: documentation changes
  • ci: CI/CD changes
  • chore: maintenance tasks

Developer Certificate of Origin (DCO)

All commits must include a Signed-off-by line:

git commit -s -m "feat: add support for custom tolerations"

Code of Conduct

This project follows the Contributor Covenant Code of Conduct.