Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 510 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (15 loc) · 510 Bytes

Delta Fetch contribution guide

Contributions to the Delta Fetch project are welcome and appreciated. This document aims to briefly explain how to contribute to the project.

Build

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.