File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -141,6 +141,8 @@ body:
141141
142142 - [ ] **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)
143143
144+ - [ ] **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)
145+
144146 You are set up! 🎉
145147
146148 - type : textarea
@@ -197,6 +199,7 @@ body:
197199 - [ ] 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)
198200 - [ ] I linked the issue in my PR description using `Fixes #issue_number` to automatically close it when merged
199201 - [ ] I have applied appropriate linting, code quality, and formatting tools used in this repo (if applicable).
202+ - [ ] I have installed and run **pre-commit** hooks to ensure code quality and formatting.
200203
201204 Issue Requirement:
202205 - [ ] The issue is solved: I've carefully read and implemented the issue requirements
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