diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2024-05-28 15:14:51 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2024-05-28 15:14:51 +0530 |
commit | 6d7c20c46629ce5f0e1fe6f8502c3475698dd7e4 (patch) | |
tree | eb8c1714c58cba582640cc507ad776406b37cd94 /.github | |
parent | 9339c53e66895a1f9611c3b7979df0bc023f5ec7 (diff) |
chore: polish contribution guidelines
Diffstat (limited to '.github')
-rw-r--r-- | .github/PULL_REQUEST_TEMPLATE/bug_or_feature_implementation.md | 8 |
1 files changed, 5 insertions, 3 deletions
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? - +<!-- If you've added a unit test, simply say so in here. --> +<!-- Most parts of the codebase lack the ability to easily unit test --> +<!-- logic so you can also put the manual steps to reproduce/confirm the fix --> ## :pencil: Checklist <!--- Put an `x` in the boxes that apply --> -- [ ] 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 |