From 3dc6bb98036128b1b14170482d033bcc17208d9b Mon Sep 17 00:00:00 2001 From: Parv Date: Fri, 2 Jan 2026 00:08:08 +0530 Subject: [PATCH] chore(templates): rename templates for clarity Signed-off-by: Parv --- ...rst_issue_candidate.yml => 01_good_first_issue_candidate.yml} | 0 .../{01_good_first_issue.yml => 04_good_first_issue.yml} | 0 CHANGELOG.md | 1 + 3 files changed, 1 insertion(+) rename .github/ISSUE_TEMPLATE/{04_good_first_issue_candidate.yml => 01_good_first_issue_candidate.yml} (100%) rename .github/ISSUE_TEMPLATE/{01_good_first_issue.yml => 04_good_first_issue.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/04_good_first_issue_candidate.yml b/.github/ISSUE_TEMPLATE/01_good_first_issue_candidate.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/04_good_first_issue_candidate.yml rename to .github/ISSUE_TEMPLATE/01_good_first_issue_candidate.yml diff --git a/.github/ISSUE_TEMPLATE/01_good_first_issue.yml b/.github/ISSUE_TEMPLATE/04_good_first_issue.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/01_good_first_issue.yml rename to .github/ISSUE_TEMPLATE/04_good_first_issue.yml diff --git a/CHANGELOG.md b/CHANGELOG.md index abbba60a4..59dac61b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -68,6 +68,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1. - Added `.github/workflows/cron-check-broken-links.yml` workflow to perform scheduled monthly Markdown link validation across the entire repository with automatic issue creation for broken links ([#1210](https://github.com/hiero-ledger/hiero-sdk-python/issues/1210)) ### Changed +- Renamed templates for improved clarity [(#1265)] - Moved docs/sdk_developers/project_structure.md to docs/sdk_developers/training/setup/project_structure.md and ensured all previous references are updated [#1223](https://github.com/hiero-ledger/hiero-sdk-python/issues/1223) - Renamed workflow scripts in `.github/scripts/` to match their corresponding workflow file names for improved consistency and maintainability (#1198) - Refactored `account_create_transaction_evm_alias.py` to improve readability by splitting the monolithic function into smaller helper functions. [#1017](https://github.com/hiero-ledger/hiero-sdk-python/issues/1017)