Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 6d7c20c

Browse files
committed
chore: polish contribution guidelines
1 parent 9339c53 commit 6d7c20c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/PULL_REQUEST_TEMPLATE/bug_or_feature_implementation.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@
1616

1717

1818
## :green_heart: How did you test it?
19-
19+
<!-- If you've added a unit test, simply say so in here. -->
20+
<!-- Most parts of the codebase lack the ability to easily unit test -->
21+
<!-- logic so you can also put the manual steps to reproduce/confirm the fix -->
2022

2123
## :pencil: Checklist
2224
<!--- Put an `x` in the boxes that apply -->
23-
- [ ] I formatted the code `./gradlew spotlessApply`
24-
- [ ] I reviewed submitted code
25+
- [ ] I formatted the code with `./gradlew ktfmtFormat`
26+
- [ ] I reviewed the submitted code
2527
- [ ] I added a [CHANGELOG](CHANGELOG.md) entry if applicable
2628

2729
## :crystal_ball: Next steps

0 commit comments

Comments
 (0)