Thank you for taking the time to read this document, your input is highly appreciated, whether it's:
- Contributing code
- Suggesting a new feature
- Reporting a bug
- Asking a question
If your changes are not related to an existing issue then please discuss the changes first by opening a new issue.
If you would like to work on an existing issue then please let us know and do not hesitate to ask questions.
Please follow the guidelines in the PR template and make sure that your branch is passing all the checks.
You will need to install
- JDK including JavaFX, e.g. Liberica JDK.
- Maven.
To build and run the application locally execute:
mvn compile exec:java
By contributing to this project, you agree that your contributions will be licenced under its MIT licence.