Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 575 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (21 loc) · 575 Bytes

RUN & CONTRIBUTING

Run the Project

The application performs operations related to media files through a submodule.

Clone the project:

git clone

Run to fetch and update the submodule:

git submodule update --init

Contribute

At the commit stage, I run commit-msg and lint checks. Committing automatically triggers the lint task. If you encounter any issues, manually trigger it.

./gradlew ktlintFormat

Ensure your commit message follows this format:

[DEV]||[FIX] [commit message]