docs(github): add curl install option to bug report template#3130
Merged
tusharmath merged 1 commit intomainfrom Apr 23, 2026
Merged
docs(github): add curl install option to bug report template#3130tusharmath merged 1 commit intomainfrom
tusharmath merged 1 commit intomainfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add the
curlone-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 | shinstall 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
curl -fsSL https://forgecode.dev/cli | shas 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
.github/ISSUE_TEMPLATE/bug_report.yml