Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.05 KB

CONTRIBUTING.md

File metadata and controls

20 lines (11 loc) · 1.05 KB

Contributing

IDE

We recommend using IntelliJ as IDE for contributing.

We also recommend installing the Gradle Plugin, the Save Actions Plugin and the Lombok Plugin for IntelliJ.

After installing IntelliJ you can import the root folder of this repository as a Gradle project. When using the Save Actions Plugin, you have to copy the saveactions_settings.xml from the /codequality/idea to the .idea directory which is generated on project import.

Furthermore, please import the /codequality/idea/code_style.xml file into the project's settings of IntelliJ in order to match the code style we're using.

Commit Message Policy

If you are committing a change which refers to a certain issue, please reference the issue by using the following notation:

Closes #{Issue ID} - {Issue Description} (#{Pull Request ID})

A example would be: Closes #1 - Add README (#2)