Contributing¶
Thanks for improving this cluster automation repo.
Local Setup¶
Install local hooks once:
Required Checks Before PR¶
For security-sensitive changes, also review docs/SECURITY_RULEBOOK.md.
Contribution Rules¶
- Keep changes focused and reversible.
- Never commit secrets, kubeconfigs, tokens, or machine-specific credentials.
- Keep tracked manifests secret-free; real values must live in local-only secret overlays.
- Document workflow changes in
README.mdandSTACK.md. - Follow
docs/SECURITY_RULEBOOK.mdincident flow if leakage is detected.
PR Checklist¶
- What changed and why
- How it was tested
- Risk notes (if any)