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`