Thanks for helping improve Brewlet.
Before starting substantial work, open an issue so the approach and scope can be
discussed. Implementation, specification, and integration-test changes belong in
the brewlet/brewlet monorepo and may be coordinated in one pull request.
| Change | Location |
|---|---|
| CLI, OCI artifacts, runtime launch, shim, or provisioner implementation | brewlet/brewlet |
| Operator, admission, APIs, CRDs, manifests, or Helm chart | kubernetes/ |
| Maven plugin | maven-plugin/ |
| Architecture contract or proposal | specs/ |
| Cross-component tests or fixture applications | integration-tests/ |
| Website, user documentation, or workshop | brewlet/site |
Keep pull requests focused, describe the motivation and behavior change, and
include related tests, specifications, and implementation updates together where
practical. Run make check-all for host-side validation.