From 8a7bbfddda232a86e7a9051466782539d3a6acd0 Mon Sep 17 00:00:00 2001 From: arkon Date: Sat, 14 Oct 2023 11:09:11 -0400 Subject: [PATCH] Add info about formatting task in CONTRIBUTING.md [skip ci] --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 15d4d1b3a0..81e69f4985 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -24,6 +24,10 @@ Before you start, please note that the ability to use following technologies is - [Android Studio](https://developer.android.com/studio) - Emulator or phone with developer options enabled to test changes. +## Linting + +To auto-fix some linting errors, run the `ktlintFormat` Gradle task. + ## Getting help - Join [the Discord server](https://discord.gg/tachiyomi) for online help and to ask questions while developing.