From 11e906cc5bb503e14904b3f707ea1dfb522e559b Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Thu, 24 Nov 2022 11:47:04 +0100 Subject: [PATCH] Polish CONTRIBUTING.adoc --- CONTRIBUTING.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index e1838b96..b0db4cd7 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -3,7 +3,7 @@ Before submitting a pull request, please make sure that: 1. You've rebased your changes on top of the current `main` branch -2. You've included the new directory in `settings.gradle` +2. If you created a new top level directory: You've included the new directory in `settings.gradle` 3. You've run `./gradlew updateInfrastructure` 4. You've run `./gradlew :::build`