Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (20 loc) · 655 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (20 loc) · 655 Bytes

Contributing

This project uses a very minimalistic approach to contributions:

  • Fork it
  • Create a branch
  • Make your changes
  • Commit it with an explanation of why this change is necessary
  • Make sure all tests pass
  • Submit a pull request
  • Be patient

Prerequisites

This project uses Gradle 6.x. A compatible JDK version is therefore required.

Running Tests

To start a local MongoDB node before running tests, use

./gradlew startMongoDb

Then run the tests:

./gradlew check