4343 > 🧩 **Difficulty:** Small, well-contained change
4444 > 🎓 **Best for:** New contributors
4545
46+ **🏁 What success looks like**
47+ When this issue is complete, you will have:
48+
49+ - ✅ Solved a real issue we needed
50+ - ✅ A merged pull request in the Hiero Python SDK
51+ - ✅ Your name in the project history
52+ - ✅ Confidence to take on larger issues next
53+
4654 - type : markdown
4755 attributes :
4856 value : |
@@ -323,12 +331,14 @@ body:
323331 value : |
324332 If questions come up, don’t spend more than **20 minutes** blocked.
325333
326- ### Ways to get help
327- - Comment on this issue and tag `@good_first_issue_support_team` or `@mentor_name`
328- - Ask in [Discord](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/discord.md)
329-
330- Reaching out early is part of the contribution process.
331- Draft pull requests and partial progress are welcome.
334+ > [!TIP]
335+ >
336+ > - Comment on this issue and tag `@good_first_issue_support_team` or `@mentor_name`
337+ > - Ask for help in [Discord](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/discord.md)
338+ >
339+ > Reaching out is part of the contribution process.
340+ > Even draft pull requests and partial progress are welcome.
341+ ---
332342
333343 - type : textarea
334344 id : pr_expectations
@@ -338,9 +348,7 @@ body:
338348 value : |
339349 Once you open a pull request, here’s what happens next.
340350
341- ---
342-
343- **🤖 Automated checks**
351+ **🤖 1. Automated checks**
344352 Before your PR can be merged, a small set of automated checks must pass:
345353
346354 - Signing
@@ -353,7 +361,7 @@ body:
353361
354362 ---
355363
356- **🤝 AI feedback (CodeRabbit)**
364+ **🤝 2. AI feedback (CodeRabbit)**
357365 CodeRabbit AI may leave early feedback on your PR, including:
358366 - potential issues
359367 - suggested improvements or alternatives
@@ -362,7 +370,7 @@ body:
362370
363371 ---
364372
365- **😎 Team review**
373+ **😎 3. Team review**
366374 A Python SDK team member will review your PR, typically within **1–3 days**.
367375
368376 Reviews focus on clarity and learning:
@@ -371,10 +379,8 @@ body:
371379
372380 Once approved, PRs are usually merged within **one day**.
373381
374- ---
375-
376382 **🔄 Merge conflicts**
377- Merge conflicts can occasionally happen as the SDK updates.
383+ Merge conflicts can occasionally happen as the SDK updates (this is normal) .
378384
379385 - **Changelog conflicts**
380386 Usually resolved by accepting both changes in GitHub’s online editor.
@@ -385,14 +391,6 @@ body:
385391
386392 ---
387393
388- **🏁 What success looks like**
389- When this issue is complete, you will have:
390-
391- - ✅ Solved a real issue we needed
392- - ✅ A merged pull request in the Hiero Python SDK
393- - ✅ Your name in the project history
394- - ✅ Confidence to take on larger issues next
395-
396394 validations :
397395 required : true
398396
0 commit comments