Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 970 Bytes

CONTIBUTING.md

File metadata and controls

31 lines (20 loc) · 970 Bytes

Contributing

  1. Fork the repo, develop and test your code changes.
  2. Ensure commit messages clearly define the changes that have been made.
  3. Create a pull request.

Adding Features

Any features added must be fully tested and documented, with examples supplied in the pull request. The feature must support the lowest Java version that the SDK supports (see the travis file for all supported versions). The feature must not introduce any unnecessary dependencies (although introducing a new third party library is open for discussion if absolutely required).

Pre-commit Hook

Testing

After cloning the repository, run mvn install -Dgpg.skip to install dependencies.

Running the tests:

mvn test -Dgpg.skip=true

Coding Style