Skip to content

Latest commit

 

History

History
18 lines (7 loc) · 920 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (7 loc) · 920 Bytes

Contributing

Thank you for contributing to jApprove! If you have found a bug or simply have a question, you can create an Issue. If you want to add your own changes, please fork the repository, push your commit and create a Pull Request.

Development

This project uses Java, but it is also conceivable to use Kotlin for further features.

In order to build the plugins, you firstly have to publish japprove-core to your local repository.

Checkstyle

To keep the code clean, using the checkstyle is recommended. The configuration file can be found at /qa/checkstyle/checkstyle.xml in the respective project. Use a suitable plugin for your project to integrate it. If you use IntelliJ, you can add my project settings by importing /qa/intellij/Project.xml of the respective project in your IntelliJ Settings.