Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 818 Bytes

CONTRIBUTING.md

File metadata and controls

12 lines (7 loc) · 818 Bytes

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/saveactions_settings.xml file into the project's settings of IntelliJ in order to match the code style we're using.