Skip to content

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Oct 7, 2025

Description

This PR fixes an incorrect command in the bug report template instructions. The template currently instructs users to run dotnet info, but the correct command is dotnet --info.

Changes

Updated .github/ISSUE_TEMPLATE/01_Bug_Report.md line 29 to use the correct command syntax:

  • Before: What's the output of `dotnet info`
  • After: What's the output of `dotnet --info`

Why This Matters

The dotnet --info command displays important .NET SDK and runtime information that's crucial for troubleshooting issues, including:

  • Installed SDK versions
  • Runtime versions
  • OS information
  • Architecture details

Using the incorrect command (dotnet info) would result in an error, preventing users from providing this valuable diagnostic information when filing bug reports.

Fixes #<issue_number>

Original prompt

This section details on the original issue you should resolve

<issue_title>Bug report template: change "dotnet info" to "dotnet --info" in instructions</issue_title>
<issue_description>In the instructions for filling in the "Configuration" section of a bug report, we have as the last bullet

  • What's the output of dotnet info

This should be changed to dotnet --info as that is the correct command.</issue_description>

Comments on the Issue (you are @copilot in this section)

Fixes #5576

💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

Co-authored-by: hoyosjs <19413848+hoyosjs@users.noreply.github.com>
@Copilot Copilot AI changed the title [WIP] Fix command in bug report template instructions Fix bug report template: change "dotnet info" to "dotnet --info" Oct 7, 2025
Copilot finished work on behalf of hoyosjs October 7, 2025 00:27
@Copilot Copilot AI requested a review from hoyosjs October 7, 2025 00:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug report template: change "dotnet info" to "dotnet --info" in instructions
2 participants