Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions .github/ISSUE_TEMPLATE/01_good_first_issue_candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ body:
label: 🆕🐥 Newcomer Friendly
description: Who is this issue for?
value: |
This **[Good First Issue](https://github.com/hiero-ledger/hiero-sdk-python/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22Good%20First%20Issue%22%20no%3Aassignee)** is a guided, well-scoped task intended for new contributors to the Hiero Python SDK.
This **[Good First Issue](https://github.com/hiero-ledger/hiero-sdk-python/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22Good%20First%20Issue%22%20no%3Aassignee)** is a guided, well-scoped task intended for new human contributors to the Hiero Python SDK.

#### What you’ll do
- ✅ understand how the repository is structured
Expand Down Expand Up @@ -394,12 +394,7 @@ body:
label: 🤖 AI usage guidelines
description: Guidance on using AI tools responsibly for this issue.
value: |
You’re welcome to use AI tools while working on this issue.

Many contributors do — especially for:
- understanding unfamiliar code
- drafting small refactors
- sanity-checking approaches
Humans are welcome to use AI tools while working on this issue but we do not accept AI bot-authored PRs.

**Use AI responsibly:**
- review suggestions carefully
Expand Down
9 changes: 2 additions & 7 deletions .github/ISSUE_TEMPLATE/02_good_first_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ body:
label: 🆕🐥 Newcomer Friendly
description: Who is this issue for?
value: |
This **[Good First Issue](https://github.com/hiero-ledger/hiero-sdk-python/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22Good%20First%20Issue%22%20no%3Aassignee)** is a guided, well-scoped task intended for new contributors to the Hiero Python SDK.
This **[Good First Issue](https://github.com/hiero-ledger/hiero-sdk-python/issues?q=is%3Aissue%20state%3Aopen%20label%3A%22Good%20First%20Issue%22%20no%3Aassignee)** is a guided, well-scoped task intended for new human contributors to the Hiero Python SDK.

#### What you’ll do
- ✅ understand how the repository is structured
Expand Down Expand Up @@ -378,12 +378,7 @@ body:
label: 🤖 AI usage guidelines
description: Guidance on using AI tools responsibly for this issue.
value: |
You’re welcome to use AI tools while working on this issue.

Many contributors do — especially for:
- understanding unfamiliar code
- drafting small refactors
- sanity-checking approaches
Humans are welcome to use AI tools while working on this issue but we do not accept AI bot-authored PRs.

**Use AI responsibly:**
- review suggestions carefully
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.

### Docs
- Replaced relative documentation links in `README.md` with absolute GitHub URLs to fix broken PyPI rendering.
- docs: Clarified AI usage in Good First Issues templates. (#1923)

### .github
- archived workflows relating to PR reminders
- chore: switch workflow runner from ubuntu-latest to hl-sdk-py-lin-md for bot-assignment-check.yml workflow
Expand Down