Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 531 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (9 loc) · 531 Bytes

Contribution guidelines

Guidelines for Contributing Code:

dev.folio.org/guidelines/contributing

Code Formatting

This project follows the Google Java Style for code formatting. To ensure consistency in the codebase, please format your code according to these guidelines before submitting a pull request.

Use mvn spotless:check to check for formatting violations and mvn spotless:apply to automatically fix them.