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/02_good_first_issue.yml
+49-61Lines changed: 49 additions & 61 deletions
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,9 @@ body:
20
20
description: Who is this issue for?
21
21
value: |
22
22
Welcome 👋!
23
-
This [Good First Issue](https://github.com/issues?q=is%3Aopen+is%3Aissue+org%3Ahiero-ledger+archived%3Afalse+label%3A%22good+first+issue%22+) is especially friendly to newcomers to the Hiero Python SDK.
24
-
25
-
No prior knowledge of Hiero, Hedera, or distributed ledger technology is required and basic familiarity with Python and Git is enough.
23
+
This [Good First Issue](https://github.com/issues?q=is%3Aopen+is%3Aissue+org%3Ahiero-ledger+archived%3Afalse+label%3A%22good+first+issue%22+) is friendly to newcomers to the Hiero Python SDK.
24
+
No prior knowledge of Hiero, Hedera, or distributed ledger technology is required.
25
+
Basic familiarity with Python and Git is enough.
26
26
27
27
- type: markdown
28
28
attributes:
@@ -211,17 +211,27 @@ body:
211
211
description: Provide a step-by-step setup guide for new contributors
212
212
value: |
213
213
Please follow these steps to setup:
214
-
- [ ] **Suggested Pre-requisites**
215
-
- [ ] Visual Studio (VS) Code [Guide](docs/sdk_developers/training/workflow/01_supporting_infrastructure.md)
- [ ] **Claim the issue:** Comment `/assign` [Guide](docs/sdk_developers/training/workflow/04_assigning_issues.md)
240
248
241
-
- [ ] **Read the issue carefully:**
242
-
Review the issue description and the CodeRabbit AI plan.
249
+
- [ ] **Double check the Issue and AI plan:**. Carefully re-read the issue description and the CodeRabbit AI plan.
243
250
244
-
- [ ] **Ask questions early:**
245
-
Reach out on [Discord](docs/discord.md) or to your mentor for implementation questions, or comment with `@good_first_issue_support_team` for setup or workflow help.
251
+
- [ ] **Ask questions early:**. Ask on [Discord](docs/discord.md), your mentor (Python SDK help) or the `@good_first_issue_support_team` (setup help)
246
252
247
-
- [ ] **Sync with main:**
248
-
Pull the latest upstream changes.
249
-
[Rebasing guide](docs/sdk_developers/rebasing.md)
253
+
- [ ] **Sync with main:**. Pull the latest upstream changes [Guide](docs/sdk_developers/rebasing.md)
- [ ] **Complete the PR description:** Briefly describe your changes and link the issue [Guide](docs/sdk_developers/training/workflow/11_submit_pull_request.md).
275
270
276
-
- [ ] **Complete the PR description:**
277
-
Briefly describe your changes and link the issue being resolved [Linking Guide](docs/sdk_developers/training/workflow/11_submit_pull_request.md).
description: Explain what happens after a pull request is opened.
289
281
value: |
290
-
Once you open a pull request, a few automated checks will run (signing, changelog, tests, examples, and code quality).
282
+
Once you open a pull request, a few automated checks will run that will all need to pass (signing, changelog, tests, examples, and code quality). Open each test result to see details.
291
283
292
284
You’ll also get quick feedback from CodeRabbit AI, which may point out issues or suggest improvements. AI feedback is advisory—use what’s helpful.
293
285
294
-
A Python SDK team member will review your PR next, usually within 1–3 days. You may be asked to make changes or your PR may be approved.
286
+
A Python SDK team member will review your PR, usually within 1–3 days. You may be asked to make changes or your PR may be approved.
295
287
296
288
After approval, PRs are typically merged within a day.
297
289
@@ -308,13 +300,13 @@ body:
308
300
label: 🤔 Additional Help
309
301
description: Provide any extra resources or context for contributors to solve this good first issue
310
302
value: |
311
-
###First Points of Contact:
303
+
###First Points of Contact:
312
304
- [Discord](docs/discord.md)
313
-
- Comment with your `@mentor_name` (for Python SDK questions)
305
+
- Comment with `@mentor_name` (for Python SDK questions)
314
306
- Comment with `@hiero-ledger/hiero-sdk-good-first-issue-support` (for setup and workflow questions)
315
307
The more you ask, the more you learn and so do we!
- Get hands-on-help by our expert team at our [Office Hours](https://zoom-lfx.platform.linuxfoundation.org/meeting/99912667426?password=5b584a0e-1ed7-49d3-b2fc-dc5ddc888338)
335
327
- Learn, raise issues and provide feedback at [Community Calls](https://zoom-lfx.platform.linuxfoundation.org/meeting/92041330205?password=2f345bee-0c14-4dd5-9883-06fbc9c60581)
336
328
@@ -341,17 +333,13 @@ body:
341
333
description: |
342
334
Edit or expand this checklist with what is required to merge a pull request for this issue.
343
335
value: |
344
-
- [ ] **The issue is solved:**
345
-
I’ve carefully read and implemented the issue requirements.
336
+
- [ ] **The issue is solved:** I’ve carefully read and implemented the issue requirements.
346
337
347
-
- [ ] **I did not add extra changes:**
348
-
I did not modify anything beyond what is described in the issue.
338
+
- [ ] **I did not add extra changes:** I did not modify anything beyond what is described in the issue.
349
339
350
-
- [ ] **Behavior:**
351
-
All other existing features continue to work as before.
340
+
- [ ] **Behavior:** All other existing features continue to work as before.
352
341
353
-
- [ ] **Checks and feedback:**
354
-
All automated checks pass and any requested feedback has been addressed.
342
+
- [ ] **Checks and feedback:** All checks pass and any requested changes have been made.
355
343
validations:
356
344
required: true
357
345
@@ -361,7 +349,7 @@ body:
361
349
label: 🤖 AI usage guidelines
362
350
description: Guidance on using AI tools responsibly for this issue.
363
351
value: |
364
-
You’re welcome to use AI tools while working on this issue.
352
+
You’re welcome to use AI tools responsibly while working on this issue.
365
353
Please review suggestions carefully, build step by step, and test changes as you go.
366
354
367
355
If anything’s unclear, a mentor or maintainer is happy to help.
0 commit comments