566 B
566 B
Contributing
Contributions are welcome.
Process
- Fork the repo and create a branch (e.g.
feature/xyzorfix/abc). - Make your changes and test locally:
./gradlew build - Open a pull request against
main/master(fill in the PR template). - CI must pass; address review feedback as needed.
Code
- Java 21; follow the existing code style.
- Prefer adding tests in
src/test/for new functionality.
Questions
For questions and general discussion: Discussions.