Skip to content

Commit 3b7acfa

Browse files
authored
chore: move helpful references to additional context (hiero-ledger#1162)
Signed-off-by: andrerovee <[email protected]>
1 parent cacd167 commit 3b7acfa

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/ISSUE_TEMPLATE/05_intermediate_issue.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ body:
5959
> - A large architectural redesign
6060
> - A change requiring extensive cross-module refactors
6161
> - A breaking API change
62-
>
63-
> 📖 Helpful references:
64-
> - `docs/sdk_developers/training`
65-
> - `docs/sdk_developers/rebasing.md`
6662
6763
- type: textarea
6864
id: problem
@@ -208,6 +204,8 @@ body:
208204
description: |
209205
Add any links, references, or extra notes that may help.
210206
value: |
211-
Optional.
207+
- [SDK Developer Docs](https://github.com/hiero-ledger/hiero-sdk-python/tree/main/docs/sdk_developers)
208+
- [SDK Developer Training](https://github.com/hiero-ledger/hiero-sdk-python/tree/main/docs/sdk_developers/training)
209+
212210
validations:
213211
required: false

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
8080
- Transformed `examples/tokens/custom_fee_fixed.py` to be an end-to-end example, that interacts with the Hedera network, rather than a static object demo.
8181
- Format token examples with Black for consistent code style and improved readability (#1119)
8282
- Replaced `ResponseCode.get_name(receipt.status)` with the `ResponseCode(receipt.status).name` across examples and integration tests for consistency. (#1136)
83+
- Moved helpful references to Additional Context section and added clickable links.
8384

8485

8586

0 commit comments

Comments
 (0)