Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 439 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (11 loc) · 439 Bytes

Contribution Guidelines

Code Formatting

This project uses the Spotless Maven Plugin to verify format of our code, as well as auto-format it after changes are made.

You can do this by running:

mvn spotless:apply

As part of your local testing, we recommend running the below, to make sure your code is conformant:

mvn clean spotless:apply package