From 553b5edd51dc9d3386e2017c26075f9b4ef48ac1 Mon Sep 17 00:00:00 2001 From: Emanuel Trandafir Date: Thu, 27 Mar 2025 21:28:34 +0200 Subject: [PATCH] Polish contributing.adoc Issue #938 Signed-off-by: etrandafir93 --- CONTRIBUTING.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index 48f0e968..fdfeaca2 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -81,6 +81,8 @@ The wiki pages https://github.com/spring-projects/spring-framework/wiki/Code-Sty To format the code as well as check the style, run `./gradlew format check`. +Lastly, run `./gradlew checkstyleMain checkstyleTest` before submitting a pull request, for additional style checks. + [[submit-a-pull-request]] === Submit a Pull Request