You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/00-good-first-issue-candidate.yml
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ body:
55
55
value: |
56
56
<!-- Describe the issue here -->
57
57
58
-
<!-- Identify which files to look at -->
58
+
<!-- Identify which files to look at -->
59
59
validations:
60
60
required: true
61
61
@@ -169,8 +169,6 @@ body:
169
169
170
170
- [ ] **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)
171
171
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
-
174
172
#### 🚀 Create the pull request
175
173
176
174
- [ ] **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:
197
195
- [ ] I have worked from a branch that is up to date with main
198
196
- [ ] I have not made changes outside the scope of this issue
199
197
- [ ] 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)
201
198
- [ ] I linked the issue in my PR description using `Fixes #issue_number` to automatically close it when merged
202
199
- [ ] I have applied appropriate linting, code quality, and formatting tools used in this repo (if applicable).
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/01-good-first-issue.yml
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ body:
42
42
value: |
43
43
<!-- Describe the issue here -->
44
44
45
-
<!-- Identify which files to look at -->
45
+
<!-- Identify which files to look at -->
46
46
validations:
47
47
required: true
48
48
@@ -156,8 +156,6 @@ body:
156
156
157
157
- [ ] **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)
158
158
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
-
161
159
#### 🚀 Create the pull request
162
160
163
161
- [ ] **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:
184
182
- [ ] I have worked from a branch that is up to date with main
185
183
- [ ] I have not made changes outside the scope of this issue
186
184
- [ ] 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)
188
185
- [ ] I linked the issue in my PR description using `Fixes #issue_number` to automatically close it when merged
189
186
- [ ] I have applied appropriate linting, code quality, and formatting tools used in this repo (if applicable).
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/02-beginner-issue.yml
+2-6Lines changed: 2 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,6 @@ description: Create a beginner issue for contributors ready to learn the codebas
3
3
labels: ["beginner"]
4
4
assignees: []
5
5
body:
6
-
7
6
- type: markdown
8
7
attributes:
9
8
value: |
@@ -40,16 +39,15 @@ body:
40
39
label: 🐞 Problem Description
41
40
description: |
42
41
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.
44
43
value: |
45
44
<!-- Describe the issue here -->
46
45
47
-
<!-- Identify which files to look at and patterns to recognise -->
46
+
<!-- Identify which files to look at and patterns to recognise -->
48
47
49
48
validations:
50
49
required: true
51
50
52
-
53
51
- type: textarea
54
52
id: solution
55
53
attributes:
@@ -160,7 +158,6 @@ body:
160
158
- Run the example script and confirm output matches expected behavior
161
159
- You will need a [Hedera Portal](https://portal.hedera.com/) account for testnet credentials
162
160
163
-
164
161
- type: textarea
165
162
id: quality_standards
166
163
attributes:
@@ -199,7 +196,6 @@ body:
199
196
- [ ] I did not modify files unrelated to this issue
200
197
- [ ] Clean git history — no rebase artifacts, merge commits, or unrelated files
201
198
- [ ] 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)
203
199
- [ ] I have included appropriate tests and all CI checks pass.
- [ ] **Testing** (unit, integration, mocking, test coverage for edge cases and failure modes)
106
105
107
-
108
106
- type: textarea
109
107
id: intermediate_contributors
110
108
attributes:
@@ -169,7 +167,6 @@ body:
169
167
- Compare your example with similar existing examples for consistency
170
168
- You will need a [Hedera Portal](https://portal.hedera.com/) account for testnet credentials
171
169
172
-
173
170
- type: textarea
174
171
id: quality_standards
175
172
attributes:
@@ -215,7 +212,6 @@ body:
215
212
- [ ] I did not modify files unrelated to this issue
216
213
- [ ] Clean git history — no rebase artifacts, merge commits, or unrelated files
217
214
- [ ] 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)
219
215
- [ ] I have verified naming, types, and field ordering against pinned Protobufs.
220
216
- [ ] I have applied appropriate linting, code quality, and formatting tools used in this repo.
221
217
- [ ] I have included appropriate tests and all CI checks pass.
constbody=`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
+
constbody=`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} -->`;
48
48
if(dryRun){
49
49
console.log(`[DRY RUN] Would post comment to PR #${prNumber}: ${body}`);
0 commit comments