Skip to content

Commit 4d1efb7

Browse files
authored
Add pre-commit hooks setup checklist to issue template
Added a checklist item for setting up pre-commit hooks to the issue template. Signed-off-by: freya-docs <freya.docs.pp@gmail.com>
1 parent 93a8f44 commit 4d1efb7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/01-good-first-issue.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ body:
128128
129129
- [ ] **Sync Main** pull any recent upstream changes: [Guide](https://github.com/hiero-ledger/sdk-collaboration-hub/blob/main/guides/issue-progression/for-developers/contributor-setup.md#7-sync-main)
130130
131+
- [ ] **Pre-commit Hooks:** Setup pre-commit hooks for linting and formatting: [Guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/setup.md#pre-commit-tool-setup)
132+
131133
You are set up! 🎉
132134
133135
- type: textarea
@@ -184,6 +186,7 @@ body:
184186
- [ ] My commits are signed: `git commit -S -s -m "chore: description"` — [Signing guide](https://github.com/hiero-ledger/sdk-collaboration-hub/blob/main/guides/issue-progression/for-developers/signing.md)
185187
- [ ] I linked the issue in my PR description using `Fixes #issue_number` to automatically close it when merged
186188
- [ ] I have applied appropriate linting, code quality, and formatting tools used in this repo (if applicable).
189+
- [ ] I have installed and run **pre-commit** hooks to ensure code quality and formatting.
187190
188191
Issue Requirement:
189192
- [ ] The issue is solved: I've carefully read and implemented the issue requirements

0 commit comments

Comments
 (0)