Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 361 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (13 loc) · 361 Bytes

Contributing Guidelines

We welcome patches and pull requests to improve LmdbJava.

Before submitting a PR, please run mvn clean verify. This will run:

  • Tests
  • Initial Test Coverage
  • Checkstyle
  • PMD
  • FindBugs
  • XML Formatting
  • License Header Management

mvn clean verify is also run by CI, but it's quicker and easier to run before submitting.