Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.08 KB

CONTRIBUTING.md

File metadata and controls

26 lines (16 loc) · 1.08 KB

How to contribute

We definitely welcome your patches and contributions to gRPC-Spring-Boot-Starter!

If you are new to github, please start by reading Pull Request howto

Code Formatting

Code formatting is enforced using the Spotless Gradle plugin. You can use gradle spotlessJavaApply (java only) or gradle spotlessApply (all files) to format new code. Please run this task before submitting your pull request.

Eclipse

For the eclipse IDE we use the following formatter files:

These will help you maintaing the files order, if you run the formatter from eclipse. There are slight differences to the spotless plugin so please run it before submitting your PR anyway.

IntelliJ IDEA

For IntelliJ IDEA there's a Eclipse Code Formatter plugin you can use in conjunction with the Eclipse setting files.