Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 797 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (11 loc) · 797 Bytes

How to Contribute

Fork FunctionalUtils, send a pull request and keep your fork in sync with the upstream repository.

FunctionalUtils has no dependencies other than Java 21.

Other forms of contributing highly appreciated:

  1. Creating an issue for a bug you found or a feature you would like to see.
  2. Writing documentation or enhancing existing documentation.
  3. Writing tests.
  4. Spreading the word about FunctionalUtils in a blog article, or a LinkedIn post or twitter or anything else.

Building

mvn clean install builds the project and runs all tests.

mvn clean install -DskipTests builds the project without running tests.