Skip to content

Commit ab5df5e

Browse files
committed
chore: add beginner issue template
Signed-off-by: exploreriii <[email protected]>
1 parent c4f38a9 commit ab5df5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
3434
- Added unit tests for `SubscriptionHandle` class covering cancellation state, thread management, and join operations.
3535
- Refactored `account_create_transaction_create_with_alias.py` example by splitting monolithic function into modular functions: `generate_main_and_alias_keys()`, `create_account_with_ecdsa_alias()`, `fetch_account_info()`, `print_account_summary()` (#1016)
3636
- Added `.github/workflows/bot-pr-auto-draft-on-changes.yml` to automatically convert PRs to draft and notify authors when reviewers request changes.
37-
-
37+
- Add beginner issue template
3838
- Modularized `transfer_transaction_fungible` example by introducing `account_balance_query()` & `transfer_transaction()`.Renamed `transfer_tokens()``main()`
3939
- Phase 2 of the inactivity-unassign bot: Automatically detects stale open pull requests (no commit activity for 21+ days), comments with a helpful InactivityBot message, closes the stale PR, and unassigns the contributor from the linked issue.
4040
- Added `__str__()` to CustomFixedFee and updated examples and tests accordingly.

0 commit comments

Comments
 (0)