diff --git a/.github/PULL_REQUEST_TEMPLATE/bug_or_feature_implementation.md b/.github/PULL_REQUEST_TEMPLATE/bug_or_feature_implementation.md index 26f0f389..91ad8a85 100644 --- a/.github/PULL_REQUEST_TEMPLATE/bug_or_feature_implementation.md +++ b/.github/PULL_REQUEST_TEMPLATE/bug_or_feature_implementation.md @@ -16,12 +16,14 @@ ## :green_heart: How did you test it? - + + + ## :pencil: Checklist -- [ ] I formatted the code `./gradlew spotlessApply` -- [ ] I reviewed submitted code +- [ ] I formatted the code with `./gradlew ktfmtFormat` +- [ ] I reviewed the submitted code - [ ] I added a [CHANGELOG](CHANGELOG.md) entry if applicable ## :crystal_ball: Next steps