You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/contributing.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
* follow the style, naming and structure conventions of the rest of the project.
9
9
* make commits atomic and easy to merge.
10
10
* when updating documentation, please see [our guidance for documentation contributions](contributing_docs.md).
11
-
* apply format running `./gradlew spotlessApply`
11
+
* apply format running `./gradlew spotlessApply` (this requires [Node.js](https://nodejs.org/) to be installed on your machine, one of the [package managers](https://nodejs.org/en/download/package-manager/) might be handy)
12
12
* verify all tests are passing. Build the project with `./gradlew check` to do this.
13
13
**N.B.** Gradle's Build Cache is enabled by default, but you can add `--no-build-cache` flag to disable it.
0 commit comments