Skip to content

Commit 51218c0

Browse files
authored
docs: Clarify AI usage in templates (hiero-ledger#1930)
Signed-off-by: freya-docs <freya.docs.pp@gmail.com>
1 parent 602c144 commit 51218c0

File tree

3 files changed

+6
-14
lines changed

3 files changed

+6
-14
lines changed

.github/ISSUE_TEMPLATE/01_good_first_issue_candidate.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ body:
3636
label: 🆕🐥 Newcomer Friendly
3737
description: Who is this issue for?
3838
value: |
39-
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.
39+
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.
4040
4141
#### What you’ll do
4242
- ✅ understand how the repository is structured
@@ -394,12 +394,7 @@ body:
394394
label: 🤖 AI usage guidelines
395395
description: Guidance on using AI tools responsibly for this issue.
396396
value: |
397-
You’re welcome to use AI tools while working on this issue.
398-
399-
Many contributors do — especially for:
400-
- understanding unfamiliar code
401-
- drafting small refactors
402-
- sanity-checking approaches
397+
Humans are welcome to use AI tools while working on this issue but we do not accept AI bot-authored PRs.
403398
404399
**Use AI responsibly:**
405400
- review suggestions carefully

.github/ISSUE_TEMPLATE/02_good_first_issue.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ body:
2020
label: 🆕🐥 Newcomer Friendly
2121
description: Who is this issue for?
2222
value: |
23-
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.
23+
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.
2424
2525
#### What you’ll do
2626
- ✅ understand how the repository is structured
@@ -378,12 +378,7 @@ body:
378378
label: 🤖 AI usage guidelines
379379
description: Guidance on using AI tools responsibly for this issue.
380380
value: |
381-
You’re welcome to use AI tools while working on this issue.
382-
383-
Many contributors do — especially for:
384-
- understanding unfamiliar code
385-
- drafting small refactors
386-
- sanity-checking approaches
381+
Humans are welcome to use AI tools while working on this issue but we do not accept AI bot-authored PRs.
387382
388383
**Use AI responsibly:**
389384
- review suggestions carefully

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
2020

2121
### Docs
2222
- Replaced relative documentation links in `README.md` with absolute GitHub URLs to fix broken PyPI rendering.
23+
- docs: Clarified AI usage in Good First Issues templates. (#1923)
24+
2325
### .github
2426
- archived workflows relating to PR reminders
2527
- chore: switch workflow runner from ubuntu-latest to hl-sdk-py-lin-md for bot-assignment-check.yml workflow

0 commit comments

Comments
 (0)