Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 401 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (10 loc) · 401 Bytes

Contributing to HKDF

We ❤ pull requests from everyone.

If possible proof features and bugfixes with unit tests. This repo validates against checkstyle (import the xml found in the root to your IDE if possible)

To run the tests (and checkstyle):

mvn test checkstyle:check

Tests are automatically run against branches and pull requests via TravisCI, so you can also depend on that.