Skip to content

Commit 3e81425

Browse files
authored
Merge pull request #192 from exploreriii/templates-v2
fix: urls
2 parents f437a3e + 09c8c20 commit 3e81425

1 file changed

Lines changed: 37 additions & 37 deletions

File tree

.github/ISSUE_TEMPLATE/02_good_first_issue.yml

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ body:
4545
value: |
4646
> [!IMPORTANT]
4747
> #### 📋 Good First Issue (GFI) Guidelines
48-
> A **Good First Issue [Guidelines](docs/maintainers/good_first_issue_candidate_guidelines.md)** is a small, well-scoped task that helps new contributors get familiar with the codebase and contribution workflow.
48+
> A **Good First Issue [Guidelines](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/maintainers/good_first_issue_candidate_guidelines.md)** is a small, well-scoped task that helps new contributors get familiar with the codebase and contribution workflow.
4949
>
5050
> **Often a good fit for Good First Issues:**
5151
> - Spelling or grammar fixes
@@ -230,22 +230,22 @@ body:
230230
description: Provide a step-by-step setup guide for new contributors
231231
value: |
232232
#### Suggestions:
233-
- [ ] Visual Studio (VS) Code: [Guide](docs/sdk_developers/training/workflow/01_supporting_infrastructure.md)
233+
- [ ] Visual Studio (VS) Code: [Guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/training/workflow/01_supporting_infrastructure.md)
234234
235-
- [ ] GitHub Desktop: [Guide](docs/sdk_developers/training/workflow/01_supporting_infrastructure.md)
235+
- [ ] GitHub Desktop: [Guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/training/workflow/01_supporting_infrastructure.md)
236236
237-
- [ ] Hedera Testnet Account with root .env file: [Guide](docs/sdk_developers/training/setup/03_setting_up_env.md)
237+
- [ ] Hedera Testnet Account with root .env file: [Guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/training/setup/03_setting_up_env.md)
238238
239-
- [ ] Create a GPG key linked to GitHub: [Guide](docs/sdk_developers/signing.md)
239+
- [ ] Create a GPG key linked to GitHub: [Guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/signing.md)
240240
241241
#### Setup the Hiero Python SDK for development
242-
- [ ] **Fork** Create an online and local copy of the repository: [Guide](docs/sdk_developers/training/workflow/02_forking_python_sdk.md)
242+
- [ ] **Fork** Create an online and local copy of the repository: [Guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/training/workflow/02_forking_python_sdk.md)
243243
244-
- [ ] **Connect** origin with upstream: [Guide](docs/sdk_developers/training/workflow/03_staying_in_sync.md)
244+
- [ ] **Connect** origin with upstream: [Guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/training/workflow/03_staying_in_sync.md)
245245
246-
- [ ] **Install Packages** and protobuffs: [Guide](docs/sdk_developers/training/setup/02_installing_hiero_python_sdk.md)
246+
- [ ] **Install Packages** and protobuffs: [Guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/training/setup/02_installing_hiero_python_sdk.md)
247247
248-
- [ ] **Sync Main** pull any recent upstream changes: [Guide](docs/sdk_developers/rebasing.md)
248+
- [ ] **Sync Main** pull any recent upstream changes: [Guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/rebasing.md)
249249
250250
You are set up! 🎉
251251
validations:
@@ -258,33 +258,33 @@ body:
258258
description: Provide a contribution workflow suitable for new contributors.
259259
value: |
260260
#### ✅ Get ready
261-
- [ ] **Claim the issue:** comment `/assign`: [Guide](docs/sdk_developers/training/workflow/04_assigning_issues.md)
261+
- [ ] **Claim the issue:** comment `/assign`: [Guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/training/workflow/04_assigning_issues.md)
262262
263263
- [ ] **Double check the Issue and AI plan:** carefully re-read the issue description and the CodeRabbit AI plan
264264
265-
- [ ] **Ask questions early:** ask on [Discord](docs/discord.md), your `@mentor` (Python SDK help) and the `@good_first_issue_support_team` (setup and workflow help)
265+
- [ ] **Ask questions early:** ask on [Discord](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/discord.md), your `@mentor` (Python SDK help) and the `@good_first_issue_support_team` (setup and workflow help)
266266
267-
- [ ] **Sync with main:** pull the latest upstream changes [Guide](docs/sdk_developers/rebasing.md)
267+
- [ ] **Sync with main:** pull the latest upstream changes [Guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/rebasing.md)
268268
269269
- [ ] 💡 Tip: Before coding, leave a short comment describing what you plan to change. We’ll confirm you’re on the right track.
270270
271271
#### 🛠️ Solve the Issue
272-
- [ ] **Create a branch from `main`:** [Guide](docs/sdk_developers/training/workflow/05_working_branches.md)
272+
- [ ] **Create a branch from `main`:** [Guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/training/workflow/05_working_branches.md)
273273
274274
- [ ] **Implement the solution**: follow the implementation steps in the issue description.
275275
276-
- [ ] **Commit with DCO and GPG signing:** commit changes using: `git commit -S -s -m "chore: your message"`, [Guide](docs/sdk_developers/signing.md)
276+
- [ ] **Commit with DCO and GPG signing:** commit changes using: `git commit -S -s -m "chore: your message"`, [Guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/signing.md)
277277
278-
- [ ] **Add a `.CHANGELOG.md` entry:** under the appropriate **[UNRELEASED]** section and commit as `git commit -S -s -m "chore: changelog entry"` [Guide](docs/sdk_developers/changelog_entry.md)
278+
- [ ] **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/hiero-sdk-python/blob/main/docs/sdk_developers/changelog_entry.md)
279279
280280
#### 🚀 Create the pull request
281281
- [ ] **Push your commits:** push your branch to your fork `git push origin your-branch-name`
282282
283-
- [ ] **Open a pull request:** [here](https://github.com/hiero-ledger/hiero-sdk-python/pulls) [guide](docs/sdk_developers/training/workflow/11_submit_pull_request.md)
283+
- [ ] **Open a pull request:** [here](https://github.com/hiero-ledger/hiero-sdk-python/pulls) [guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/training/workflow/11_submit_pull_request.md)
284284
285-
- [ ] **Complete the PR description:** briefly describe your changes, [Guide](docs/sdk_developers/training/workflow/11_submit_pull_request.md)
285+
- [ ] **Complete the PR description:** briefly describe your changes, [Guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/training/workflow/11_submit_pull_request.md)
286286
287-
- [ ] **Link the Issue:** link the issue the PR solves in the PR description, [Guide](docs/sdk_developers/how_to_link_issues.md)
287+
- [ ] **Link the Issue:** link the issue the PR solves in the PR description, [Guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/how_to_link_issues.md)
288288
289289
- [ ] **Submit the pull request:** click `**Create pull request**` 🎉
290290
@@ -320,7 +320,7 @@ body:
320320
321321
You can:
322322
- comment on this issue and tag `@good_first_issue_support_team` or `@mentor_name`
323-
- ask for help in [Discord](docs/discord.md)
323+
- ask for help in [Discord](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/discord.md)
324324
325325
Getting stuck and reaching out for help is a normal part of the contribution process.
326326
Even partial progress or draft pull requests are welcome!
@@ -369,7 +369,7 @@ body:
369369
370370
- **Other conflicts**
371371
More complex conflicts may require rebasing your branch and resolving them locally.
372-
👉 Follow the step-by-step **[Rebasing Guide](docs/sdk_developers/rebasing.md)** for help.
372+
👉 Follow the step-by-step **[Rebasing Guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/rebasing.md)** for help.
373373
374374
### 🏁 What success looks like
375375
@@ -408,28 +408,28 @@ body:
408408
description: Provide any extra resources or context for contributors to solve this good first issue
409409
value: |
410410
#### First Points of Contact:
411-
- [Discord](docs/discord.md)
411+
- [Discord](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/discord.md)
412412
- Comment with `@mentor_name` (for Python SDK questions)
413413
- Comment with `@hiero-ledger/hiero-sdk-good-first-issue-support` (for setup and workflow questions)
414414
The more you ask, the more you learn and so do we!
415415
416416
#### Documentation:
417-
- [README.md](./README.md)
418-
- [CONTRIBUTING.md](./CONTRIBUTING.md)
419-
- [Project Structure](docs/sdk_developers/training/setup/project_structure.md)
420-
- [DCO and Verified Signing Guide](docs/sdk_developers/signing.md)
421-
- [Changelog Guide](docs/sdk_developers/changelog_entry.md)
422-
- [Rebasing Guide](docs/sdk_developers/rebasing.md)
423-
- [Merge Conflicts Guide](docs/sdk_developers/merge_conflicts.md)
424-
- [Linking Issues Guide](docs/sdk_developers/how_to_link_issues.md)
425-
- [Workflow Guide](docs/sdk_developers/workflow.md)
426-
427-
- [Pin Github Actions Guide](docs/sdk_developers/how-to-pin-github-actions.md)
428-
- [Running Examples](docs/sdk_developers/examples.md)
429-
- [Testing on Forks](docs/sdk_developers/training/testing_forks.md)
430-
431-
- [General Training](docs/sdk_developers/training)
432-
- [General SDK Developer Docs](docs/sdk_developers)
417+
- [README.md](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/README.md)
418+
- [CONTRIBUTING.md](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/CONTRIBUTING.md)
419+
- [Project Structure](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/training/setup/project_structure.md)
420+
- [DCO and Verified Signing Guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/signing.md)
421+
- [Changelog Guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/changelog_entry.md)
422+
- [Rebasing Guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/rebasing.md)
423+
- [Merge Conflicts Guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/merge_conflicts.md)
424+
- [Linking Issues Guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/how_to_link_issues.md)
425+
- [Workflow Guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/workflow.md)
426+
427+
- [Pin Github Actions Guide](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/how-to-pin-github-actions.md)
428+
- [Running Examples](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/examples.md)
429+
- [Testing on Forks](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/training/testing_forks.md)
430+
431+
- [General Training](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers/training)
432+
- [General SDK Developer Docs](https://github.com/hiero-ledger/hiero-sdk-python/blob/main/docs/sdk_developers)
433433
434434
#### Calls:
435435
- 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)

0 commit comments

Comments
 (0)