Skip to content

Commit 7ca7f5c

Browse files
Merge branch 'main' into chore/format-conftest-with-black
Signed-off-by: Subhra Sameer Dash <[email protected]>
2 parents ea3de5e + 1b07935 commit 7ca7f5c

29 files changed

+971
-536
lines changed

.github/ISSUE_TEMPLATE/01_good_first_issue_candidate.yml

Lines changed: 231 additions & 99 deletions
Large diffs are not rendered by default.

.github/ISSUE_TEMPLATE/02_good_first_issue.yml

Lines changed: 427 additions & 0 deletions
Large diffs are not rendered by default.

.github/ISSUE_TEMPLATE/05_beginner_issue.yml renamed to .github/ISSUE_TEMPLATE/03_beginner_issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ body:
176176
description: Provide a contribution workflow suitable for new contributors
177177
value: |
178178
- [ ] **Assignment:** You must be assigned to the issue, comment: `/assign` in the issue to get assigned [see guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/training/workflow/04_assigning_issues.md)
179-
- [ ] **Fork, Branch and Work on the issue:** Create a copy of the repository, create a branch for the issue and solve the problem. For instructions, please read our [Contributing guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/CONTRIBUTING.md) file. Further help can be found at [Set-up Training](https://github.com/hiero-ledger/hiero-sdk-python/tree/main/docs/sdk_developers/training/setup) and [Workflow Training](https://github.com/hiero-ledger/hiero-sdk-python/tree/main/docs/sdk_developers/training/workflow).
179+
- [ ] **Fork, Branch and Work on the issue:** Create a copy of the repository, create a branch for the issue and solve the problem. For instructions, please read our [Contributing guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/CONTRIBUTING.md) file. Further help can be found at [Set-up Training](https://github.com/hiero-ledger/hiero-sdk-python/tree/main/docs/sdk_developers/training/setup) (including the [Windows Setup Guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/training/setup/setup_windows.md) for Windows users) and [Workflow Training](https://github.com/hiero-ledger/hiero-sdk-python/tree/main/docs/sdk_developers/training/workflow).
180180
- [ ] **DCO and GPG key sign each commit :** each commit must be -s and -S signed. An explanation on how to do this is at [Signing Guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/signing.md)
181181
- [ ] **Add a Changelog Entry :** your pull request will require a changelog. Read [Changelog Entry Guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/changelog_entry.md) to learn how.
182182
- [ ] **Push and Create a Pull Request :** Once your issue is resolved, and your commits are signed, and you have a changelog entry, push your changes and create a pull request. Detailed instructions can be found at [Submit PR Training](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/training/workflow/11_submit_pull_request.md), part of [Workflow Training](https://github.com/hiero-ledger/hiero-sdk-python/tree/main/docs/sdk_developers/training/workflow).

.github/ISSUE_TEMPLATE/04_good_first_issue.yml

Lines changed: 0 additions & 303 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

.github/ISSUE_TEMPLATE/03_feature_request.yml renamed to .github/ISSUE_TEMPLATE/feature.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Feature
22
description: Suggest an idea for this project
3-
labels: [ enhancement ]
3+
labels: [enhancement]
44
type: Feature
55
body:
66
- type: markdown
@@ -35,4 +35,4 @@ body:
3535
id: alternatives
3636
attributes:
3737
label: Alternatives
38-
description: What alternative solutions have you considered?
38+
description: What alternative solutions have you considered?

.github/scripts/bot-inactivity-unassign.sh

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,11 @@ Hi @$USER, this is InactivityBot 👋
134134
You were assigned to this issue **${ASSIGNED_AGE_DAYS} days** ago, and there is currently no open pull request linked to it.
135135
To keep the backlog available for active contributors, I'm unassigning you for now.
136136
137-
If you'd like to continue working on this later, feel free to get re-assigned or comment here and we'll gladly assign it back to you. 🙂
137+
If you're no longer interested, no action is needed.
138+
139+
**Tip:** You can comment \`/unassign\` on any issue to proactively step away before this bot kicks in.
140+
141+
If you'd like to continue working on this later, feel free to comment \`/assign\` to get re-assigned. We'll gladly assign it back to you. 🙂
138142
EOF
139143
)
140144
gh issue comment "$ISSUE" --repo "$REPO" --body "$MESSAGE" || echo "WARN: couldn't post comment (gh error)"
@@ -188,7 +192,11 @@ Hi @$USER, this is InactivityBot 👋
188192
189193
This pull request has had no new commits for **${PR_AGE_DAYS} days**, so I'm closing it and unassigning you from the linked issue to keep the backlog healthy.
190194
191-
You're very welcome to open a new PR or ask to be re-assigned when you're ready to continue working on this. 🚀
195+
If you're no longer interested, no action is needed.
196+
197+
**Tip:** You can comment \`/unassign\` on any issue to proactively step away before this bot kicks in.
198+
199+
If you'd like to continue working on this later, feel free to comment \`/assign\` on the issue to get re-assigned, and open a new PR when you're ready. 🚀
192200
EOF
193201
)
194202
gh pr comment "$PR_NUM" --repo "$REPO" --body "$MESSAGE" || echo "WARN: couldn't comment on PR"

0 commit comments

Comments
 (0)