Skip to content

Commit e4e2da3

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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/00-good-first-issue-candidate.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)