From 51fe46ead8e1c536f638d3416a63a8e1b86421cb Mon Sep 17 00:00:00 2001 From: Ryan Gurney Date: Thu, 1 Dec 2022 10:49:05 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b802db8..a251343 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,9 @@ correctly in your Gradle build file. (Run ./gradlew spotlessDiagnose to prepare ## How it Works This plugin runs the `spotlessApply` Gradle task on the current file using the [Spotless IDE hook](https://github.com/diffplug/spotless/blob/main/plugin-gradle/IDE_HOOK.md). - +## Contributing +See [CONTRIBUTING.md](CONTRIBUTING.md) + ## Release Notes See [CHANGELOG.md](CHANGELOG.md)