Skip to content

Development and contributing

Danila Rassokhin edited this page Apr 2, 2023 · 2 revisions

Before contributing

Read information for contributors in CONTRIBUTING.md

Development and release

Before each release all contributors make their features and fixes in separate branches which are created from dev branch. For feature/fix to be added into next release it must be merged into dev branch with PR. Then dev branch is merged into main with new release version.

Build project on Apple Silicon

On Apple M series chips there can be errors while building JavaFX application. Use Temurin JDK 20 for aarch64 as project SDK.

Clone this wiki locally