Contributing
Contributions are welcome. Start with the repository CONTRIBUTING.md.
Formatting and validation
Run Spotless before Maven validation commands:
./mvnw spotless:apply
For unit tests without Docker:
./mvnw test -pl '!integration_test_suite'
Integration tests require Docker.
Documentation
Documentation should match source behavior. Validate website changes with:
./scripts/build-documentation.sh