Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 412 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (12 loc) · 412 Bytes

Contributing to tabour

We love pull requests from everyone. We suggest opening an issue to discuss bigger changes before investing on a big PR.

Requirements

The project currently requires you run JDK version 1.11.x, and kotlin version 1.5.x

To run the build and tests:

mvn clean verify

CI

Build and tests are automatically run against branches and pull requests via GH Actions.