Skip to content

docs(github): add curl install option to bug report template#3130

Merged
tusharmath merged 1 commit intomainfrom
github-template
Apr 23, 2026
Merged

docs(github): add curl install option to bug report template#3130
tusharmath merged 1 commit intomainfrom
github-template

Conversation

@tusharmath
Copy link
Copy Markdown
Collaborator

@tusharmath tusharmath commented Apr 23, 2026

Summary

Add the curl one-liner install method to the bug report template's installation source dropdown so users can accurately report how they installed Forge.

Context

The bug report template asked users to select how they installed Forge, but was missing the curl -fsSL https://forgecode.dev/cli | sh install path. Users who installed via the shell script had no accurate option to choose, which could make it harder to reproduce and triage installation-related bugs.

Changes

  • Added curl -fsSL https://forgecode.dev/cli | sh as an option in the installation source dropdown of the GitHub bug report template.

Testing

Open a new bug report issue on GitHub and verify the installation source dropdown now includes the curl install option alongside the existing options.

Links

  • Template file: .github/ISSUE_TEMPLATE/bug_report.yml

@github-actions github-actions Bot added the type: docs Related to documentation and information. label Apr 23, 2026
@tusharmath tusharmath changed the title docs(github): add cli install command to bug report template docs(github): add curl install option to bug report template Apr 23, 2026
@tusharmath tusharmath merged commit 338cc8b into main Apr 23, 2026
12 checks passed
@tusharmath tusharmath deleted the github-template branch April 23, 2026 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: docs Related to documentation and information.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant