Contribute

Questions

Have a look at the documentation and Javadoc. You can ask your questions at Github Discussions. We don't support StackOverflow.

Contributing

Contributions are welcome! We don't accept issues. Submit a full pull request if you want to add or improve something. If you're unsure whether we'll accept the new feature, post it as a concept under Discussions first and wait for the responses.

  1. Fork the Github repository.
  2. Clone it into your IDE. A JDK 17 must be configured. Don't use a JRE.
  3. Create a branch.
  4. Write a testcase and modify the code. See Codestyle.
  5. Commit and push the branch.
  6. The push message should give you a link for creating a pull request.

Found a bug

We don't accept issues. Please submit a testcase as a pull request.