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
This project uses Gradle 6.x. A compatible JDK version is therefore required.
To start a local MongoDB node before running tests, use
./gradlew startMongoDb
Then run the tests:
./gradlew check