Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.11 KB

File metadata and controls

32 lines (22 loc) · 1.11 KB

Contributing

Thank you for your interest in contributing to the OpenBao Operator!

Getting Started

Full documentation lives under docs/contribute/. Start here:

AI-Assisted Contributions

We welcome AI-assisted contributions. However, all code must meet our quality standards:

  • Understand what you submit — You are responsible for your code
  • Follow standards — See Coding Standards
  • Test your changes — PRs must pass CI

Tip: Configure your AI tool to use .agents/rules/ for project-specific rules.

Local Checks (PR-equivalent)

make bootstrap
make doctor
make ci-core