diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-05-07 16:27:55 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2021-05-09 11:52:33 +0530 |
commit | 7050f0ea40fc0a0f1d190f5c2632e6b671beed4e (patch) | |
tree | 11bef5f84399bb60fd0f98fcf5c2334d566b5b06 /.github/pull_request_template.md | |
parent | 00e0881e47fc1f9d7accb6a242417f7be636a9be (diff) |
build: switch to Spotless for formatting
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to '.github/pull_request_template.md')
-rw-r--r-- | .github/pull_request_template.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 39dc2e60..26f0f389 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -20,7 +20,7 @@ ## :pencil: Checklist <!--- Put an `x` in the boxes that apply --> -- [ ] I formatted the code with the IDE's reformat action (Ctrl + Shift + L/Cmd + Shift + L) +- [ ] I formatted the code `./gradlew spotlessApply` - [ ] I reviewed submitted code - [ ] I added a [CHANGELOG](CHANGELOG.md) entry if applicable |