File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments