Sandeep Bazar ocm-mcp-server
GitHub

10. Contributing

Help is welcome, and the project is deliberately structured so that contributions are easy to review and hard to make unsafe.

flowchart LR
    idea[Have an idea or bug] --> issue[Open an issue<br/>bug or feature template]
    issue --> fork[Fork + branch]
    fork --> code[Make the change]
    code --> test[make test · make lint · make policy-test]
    test --> pr[Open a PR<br/>DCO sign-off]
    pr --> review[Review]
    review --> merge[Merge]

Good first contributions #

Ground rules #

Local workflow #

make install       # editable install with dev + tracing extras
make test          # unit tests, no cluster
make lint          # ruff
make policy-test   # offline Kyverno CLI tests
make bootstrap     # full local fleet, for end-to-end work

Commit and PR conventions #

Full detail: CONTRIBUTING.md and the Code of Conduct.

Security and sponsorship #

Next: FAQ.