Contributions to the Delta Fetch project are welcome and appreciated. This document aims to briefly explain how to contribute to the project.
To build the project, run this command:
./gradlew build
To test, run this command:
./gradlew test
Before contributing your code, please ensure that there are no failing tests. Although we have no test coverage for the frontend application, we require all new features to be covered by unit tests.