Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.42 KB

CONTRIBUTING.md

File metadata and controls

39 lines (26 loc) · 1.42 KB

Contributing to Boomega

To do

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.

Environment

You can use any JDK 17 (recommended: OpenJDK).
The recommended IDE for this project is Intellij.

Writing code

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:

Adding dependencies

If you add new dependencies to the project, please also mention that in the acknowledgements page.

Commit messages

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