Thanks for contributing to entity.
Contributions are welcome for:
- bug fixes
- tests and reliability improvements
- documentation
- performance and scalability improvements
- COSI and Kubernetes interoperability
- Open an issue for significant behavior changes.
- Confirm design direction with maintainers before large refactors.
- Keep PRs small and focused.
go build ./...
go test ./...For full integration:
DOCKER_CONTEXT=desktop-linux make e2e-kind- Keep changes minimal and explicit.
- Add tests for new behavior and bug fixes.
- Prefer backward-compatible changes where possible.
- Update docs when behavior, flags, or CRD fields change.
- Use clear commit messages.
- Include problem statement, change summary, and validation steps in PR description.
- If API/CRD behavior changes, include migration notes.
By submitting contributions, you agree your contribution is licensed under AGPL-3.0-only.