From 06b30a9c1a9b880d5a25d7d54cc8bfcc313c02f1 Mon Sep 17 00:00:00 2001 From: Marius Volkhart Date: Mon, 10 Feb 2020 23:46:42 +0100 Subject: [PATCH] Indicate that root README should be updated with new contributions --- integration/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/integration/README.md b/integration/README.md index 44f270c059..89100179a8 100644 --- a/integration/README.md +++ b/integration/README.md @@ -23,5 +23,6 @@ Follow the following simple guidelines when contributing integration with your f * List of modules in this document. * List of modules in top-level [`settings.gradle`](../settings.gradle). * List of modules at the root of documentation site in [`site/docs/index.md`](../site/docs/index.md). + * List of integrations in the root [README.md](../README.md). * Update links to documentation website as explained [here](../knit/README.md#usage). * Squash your contribution to a single commit and create pull request to `develop` branch.