Skip to content

Commit 817986c

Browse files
authored
chore: remove changelog (#2112)
Signed-off-by: exploreriii <133720349+exploreriii@users.noreply.github.com>
1 parent 667ae4c commit 817986c

19 files changed

Lines changed: 18 additions & 1477 deletions

.github/ISSUE_TEMPLATE/00-good-first-issue-candidate.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ body:
5555
value: |
5656
<!-- Describe the issue here -->
5757
58-
<!-- Identify which files to look at -->
58+
<!-- Identify which files to look at -->
5959
validations:
6060
required: true
6161

@@ -169,8 +169,6 @@ body:
169169
170170
- [ ] **Commit with Conventional format and DCO, GPG signing:** commit changes using: `git commit -S -s -m "chore: your message"`, [Guide](https://github.com/hiero-ledger/sdk-collaboration-hub/blob/main/guides/issue-progression/for-developers/contributor-workflow.md#3-commit-your-changes)
171171
172-
- [ ] **Add a `CHANGELOG.md` entry:** under the appropriate **[UNRELEASED]** section and commit as `git commit -S -s -m "chore: changelog entry"` [Guide](https://github.com/hiero-ledger/sdk-collaboration-hub/blob/main/guides/issue-progression/for-developers/contributor-workflow.md#4-create-a-changelog-entry)
173-
174172
#### 🚀 Create the pull request
175173
176174
- [ ] **Push your commits:** push your branch to your fork `git push origin your-branch-name` [Guide](https://github.com/hiero-ledger/sdk-collaboration-hub/blob/main/guides/issue-progression/for-developers/contributor-workflow.md#5-submitting-a-pull-request)
@@ -197,7 +195,6 @@ body:
197195
- [ ] I have worked from a branch that is up to date with main
198196
- [ ] I have not made changes outside the scope of this issue
199197
- [ ] My commits are signed: `git commit -S -s -m "chore: description"` — [Signing guide](https://github.com/hiero-ledger/sdk-collaboration-hub/blob/main/guides/issue-progression/for-developers/signing.md)
200-
- [ ] I added a CHANGELOG.md entry (if appropriate) under `[Unreleased]` — [Changelog guide](https://github.com/hiero-ledger/sdk-collaboration-hub/blob/main/guides/issue-progression/for-developers/changelog-guide.md)
201198
- [ ] I linked the issue in my PR description using `Fixes #issue_number` to automatically close it when merged
202199
- [ ] I have applied appropriate linting, code quality, and formatting tools used in this repo (if applicable).
203200

.github/ISSUE_TEMPLATE/01-good-first-issue.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ body:
4242
value: |
4343
<!-- Describe the issue here -->
4444
45-
<!-- Identify which files to look at -->
45+
<!-- Identify which files to look at -->
4646
validations:
4747
required: true
4848

@@ -156,8 +156,6 @@ body:
156156
157157
- [ ] **Commit with Conventional format and DCO, GPG signing:** commit changes using: `git commit -S -s -m "chore: your message"`, [Guide](https://github.com/hiero-ledger/sdk-collaboration-hub/blob/main/guides/issue-progression/for-developers/contributor-workflow.md#3-commit-your-changes)
158158
159-
- [ ] **Add a `CHANGELOG.md` entry:** under the appropriate **[UNRELEASED]** section and commit as `git commit -S -s -m "chore: changelog entry"` [Guide](https://github.com/hiero-ledger/sdk-collaboration-hub/blob/main/guides/issue-progression/for-developers/contributor-workflow.md#4-create-a-changelog-entry)
160-
161159
#### 🚀 Create the pull request
162160
163161
- [ ] **Push your commits:** push your branch to your fork `git push origin your-branch-name` [Guide](https://github.com/hiero-ledger/sdk-collaboration-hub/blob/main/guides/issue-progression/for-developers/contributor-workflow.md#5-submitting-a-pull-request)
@@ -184,7 +182,6 @@ body:
184182
- [ ] I have worked from a branch that is up to date with main
185183
- [ ] I have not made changes outside the scope of this issue
186184
- [ ] My commits are signed: `git commit -S -s -m "chore: description"` — [Signing guide](https://github.com/hiero-ledger/sdk-collaboration-hub/blob/main/guides/issue-progression/for-developers/signing.md)
187-
- [ ] I added a CHANGELOG.md entry (if appropriate) under `[Unreleased]` — [Changelog guide](https://github.com/hiero-ledger/sdk-collaboration-hub/blob/main/guides/issue-progression/for-developers/changelog-guide.md)
188185
- [ ] I linked the issue in my PR description using `Fixes #issue_number` to automatically close it when merged
189186
- [ ] I have applied appropriate linting, code quality, and formatting tools used in this repo (if applicable).
190187

.github/ISSUE_TEMPLATE/02-beginner-issue.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ description: Create a beginner issue for contributors ready to learn the codebas
33
labels: ["beginner"]
44
assignees: []
55
body:
6-
76
- type: markdown
87
attributes:
98
value: |
@@ -40,16 +39,15 @@ body:
4039
label: 🐞 Problem Description
4140
description: |
4241
Describe the issue so it is easy for a beginner contributor to understand what needs to be done and why.
43-
Include which file(s) to look at, what the current behaviour is, and what the desired behaviour is.
42+
Include which file(s) to look at, what the current behaviour is, and what the desired behaviour is.
4443
value: |
4544
<!-- Describe the issue here -->
4645
47-
<!-- Identify which files to look at and patterns to recognise -->
46+
<!-- Identify which files to look at and patterns to recognise -->
4847
4948
validations:
5049
required: true
5150

52-
5351
- type: textarea
5452
id: solution
5553
attributes:
@@ -160,7 +158,6 @@ body:
160158
- Run the example script and confirm output matches expected behavior
161159
- You will need a [Hedera Portal](https://portal.hedera.com/) account for testnet credentials
162160
163-
164161
- type: textarea
165162
id: quality_standards
166163
attributes:
@@ -199,7 +196,6 @@ body:
199196
- [ ] I did not modify files unrelated to this issue
200197
- [ ] Clean git history — no rebase artifacts, merge commits, or unrelated files
201198
- [ ] My commits are signed: `git commit -S -s -m "chore: description"` — [Signing guide](https://github.com/hiero-ledger/sdk-collaboration-hub/blob/main/guides/issue-progression/for-developers/signing.md)
202-
- [ ] I added a CHANGELOG.md entry (if appropriate) under `[Unreleased]` — [Changelog guide](https://github.com/hiero-ledger/sdk-collaboration-hub/blob/main/guides/issue-progression/for-developers/changelog-guide.md)
203199
- [ ] I have included appropriate tests and all CI checks pass.
204200
205201
- type: textarea

.github/ISSUE_TEMPLATE/03-intermediate-issue.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ description: Create a well-documented issue for contributors ready to own larger
33
labels: ["intermediate"]
44
assignees: []
55
body:
6-
76
- type: markdown
87
attributes:
98
value: |
@@ -40,9 +39,9 @@ body:
4039
description: |
4140
Clearly articulate the problem and its impact.
4241
Assume the reader can navigate src/, tests/, and examples/.
43-
Explain: what is wrong or missing, where it lives, and why it matters.
42+
Explain: what is wrong or missing, where it lives, and why it matters.
4443
value: |
45-
<!-- Describe the issue here -->
44+
<!-- Describe the issue here -->
4645
validations:
4746
required: true
4847

@@ -104,7 +103,6 @@ body:
104103
- [ ] **Protobuf Alignment** (reading `.proto` files, `_to_proto()` / `_from_proto()` correctness)
105104
- [ ] **Testing** (unit, integration, mocking, test coverage for edge cases and failure modes)
106105
107-
108106
- type: textarea
109107
id: intermediate_contributors
110108
attributes:
@@ -169,7 +167,6 @@ body:
169167
- Compare your example with similar existing examples for consistency
170168
- You will need a [Hedera Portal](https://portal.hedera.com/) account for testnet credentials
171169
172-
173170
- type: textarea
174171
id: quality_standards
175172
attributes:
@@ -215,7 +212,6 @@ body:
215212
- [ ] I did not modify files unrelated to this issue
216213
- [ ] Clean git history — no rebase artifacts, merge commits, or unrelated files
217214
- [ ] My commits are signed: `git commit -S -s -m "chore: description"` — [Signing guide](https://github.com/hiero-ledger/sdk-collaboration-hub/blob/main/guides/issue-progression/for-developers/signing.md)
218-
- [ ] I added a CHANGELOG.md entry (if appropriate) under `[Unreleased]` — [Changelog guide](https://github.com/hiero-ledger/sdk-collaboration-hub/blob/main/guides/issue-progression/for-developers/changelog-guide.md)
219215
- [ ] I have verified naming, types, and field ordering against pinned Protobufs.
220216
- [ ] I have applied appropriate linting, code quality, and formatting tools used in this repo.
221217
- [ ] I have included appropriate tests and all CI checks pass.

.github/scripts/bot-merge-conflict.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = async ({ github, context, core }) => {
2323

2424
if (pr.mergeable_state !== 'unknown') return pr;
2525

26-
console.log(`PR #${prNumber} state is 'unknown'. Retrying (${i+1}/10)...`);
26+
console.log(`PR #${prNumber} state is 'unknown'. Retrying (${i + 1}/10)...`);
2727
await new Promise(r => setTimeout(r, 2000));
2828
}
2929
const { data: pr } = await github.rest.pulls.get({ owner, repo, pull_number: prNumber });
@@ -44,7 +44,7 @@ module.exports = async ({ github, context, core }) => {
4444
return;
4545
}
4646

47-
const body = `Hi, this is MergeConflictBot.\nYour pull request cannot be merged because it contains **merge conflicts**.\n\nPlease resolve these conflicts locally and push the changes.\n\n### Quick Fix for CHANGELOG.md Conflicts\nIf your conflict is only in **CHANGELOG.md**, you can resolve it easily using the [GitHub web editor](https://docs.github.com/en/codespaces/the-githubdev-web-based-editor):\n1. Click on the "Resolve conflicts" button in the PR\n2. Accept both changes (keep both changelog entries)\n3. Click "Mark as resolved"\n4. Commit the merge\n\nFor all other merge conflicts, please read:\n- [Resolving Merge Conflicts](https://github.com/${owner}/${repo}/blob/main/docs/sdk_developers/merge_conflicts.md)\n- [Rebasing Guide](https://github.com/${owner}/${repo}/blob/main/docs/sdk_developers/rebasing.md)\n\nThank you for contributing!\n<!-- \nFrom the Hiero Python SDK Team\n${BOT_SIGNATURE} -->`;
47+
const body = `Hi, this is MergeConflictBot.\nYour pull request cannot be merged because it contains **merge conflicts**.\n\nPlease resolve these conflicts locally and push the changes.\n\n### \n\nThank you for contributing!\n<!-- \nFrom the Hiero Python SDK Team\n${BOT_SIGNATURE} -->`;
4848
if (dryRun) {
4949
console.log(`[DRY RUN] Would post comment to PR #${prNumber}: ${body}`);
5050
return;

0 commit comments

Comments
 (0)