From 4e52cf0e996bc176bbf2678a7729cafa49b618e6 Mon Sep 17 00:00:00 2001 From: Sally MacFarlane Date: Thu, 30 Jan 2025 10:18:36 +1000 Subject: [PATCH] add spotless to PR checklist (#8185) Signed-off-by: Sally MacFarlane Signed-off-by: Daniel Lehrner --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7e8cde29e7b..0774e2fca4e 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -14,6 +14,7 @@ ### Locally, you can run these tests to catch failures early: +- [ ] spotless: `./gradlew spotlessApply` - [ ] unit tests: `./gradlew build` - [ ] acceptance tests: `./gradlew acceptanceTest` - [ ] integration tests: `./gradlew integrationTest`