You can look at the issues list if you want to fix/add something.
Also, you can look for // TODO:
messages in the source code.
You can use any JDK 17
(recommended: OpenJDK).
The recommended IDE for this project is Intellij.
Please commit your changes into the dev
branch.
You can use both Java
and Kotlin
for writing your code.
Use the default formatting of your IDE for the code you write.
Only format code that you are modifying, do not format entire classes at a time!
Consider using Jetbrains Annotations
in your code, especially if you use Java, the @NotNull
and @Nullable
annotations are super-helpful.
Also, check out:
If you add new dependencies to the project, please also mention that in the acknowledgements page.
Use appropriate gitmojies in your commit messages.
Examples:
:sparkless: New record editor structure
:lipstick: Update styles
:bug: Fixed incorrect configuration saving policy
:memo: Update README