Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 561 Bytes

File metadata and controls

22 lines (15 loc) · 561 Bytes

Contributing

Thanks for working on schema2class. Start with the detailed contributor guide:

Quick requirements:

  • JDK 21
  • Gradle wrapper from this repository
  • Python tooling only when building the documentation site

Before opening a pull request, run:

./gradlew test detekt jacocoRootReport
mkdocs build --strict

Use GitHub issues for public discussion and bug reports. Maintainers use Beads for local planning, so a GitHub issue may be mirrored into an internal bead before implementation.