[PR #11528] [MERGED] Separate terminal version and Windows version in issue template #28634

Open
opened 2026-01-31 09:29:47 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/11528
Author: @zadjii-msft
Created: 10/18/2021
Status: Merged
Merged: 11/16/2021
Merged by: @zadjii-msft

Base: mainHead: zadjii-msft-patch-3


📝 Commits (1)

  • deb2fa1 Separate terminal version and Windows version

📊 Changes

1 file changed (+13 additions, -6 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/Bug_Report.yml (+13 -6)

📄 Description

We're getting a LOT of issues that are all "I cant read set the terminal as the default terminal" that would all be instantaneously diagnosable if we knew OP's terminal version. Weirdly, these posts always include the OS version. So I'm separating these out into two different line items.

I'm not marking them both as required, because for conhost bugs the Terminal version isn't relevant. I'm debating that with myself.

I might instead go for:

- type: input
  attributes:
    label: Windows Terminal version
    placeholder: "1.7.3651.0"
    description: |
      You can find the version in the about dialog, or by running `wt -v` at the commandline. If your bug doesn't involve the Windows Terminal (i.e. it's a conhost bug), then you can just put N/A
  validations:
    required: true

- type: input
  attributes:
    label: Windows build number
    placeholder: "10.0.19042.0"
    description: |
      Please run `ver` or `[Environment]::OSVersion`.
  validations:
    required: true

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/11528 **Author:** [@zadjii-msft](https://github.com/zadjii-msft) **Created:** 10/18/2021 **Status:** ✅ Merged **Merged:** 11/16/2021 **Merged by:** [@zadjii-msft](https://github.com/zadjii-msft) **Base:** `main` ← **Head:** `zadjii-msft-patch-3` --- ### 📝 Commits (1) - [`deb2fa1`](https://github.com/microsoft/terminal/commit/deb2fa167d75ee185a0458a0417cd6de738a10b6) Separate terminal version and Windows version ### 📊 Changes **1 file changed** (+13 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/Bug_Report.yml` (+13 -6) </details> ### 📄 Description We're getting a LOT of issues that are all "I cant ~read~ set the terminal as the default terminal" that would all be instantaneously diagnosable if we knew OP's terminal version. Weirdly, these posts always include the OS version. So I'm separating these out into two different line items. I'm not marking them both as required, because for conhost bugs the Terminal version isn't relevant. I'm debating that with myself. I might instead go for: ```yaml - type: input attributes: label: Windows Terminal version placeholder: "1.7.3651.0" description: | You can find the version in the about dialog, or by running `wt -v` at the commandline. If your bug doesn't involve the Windows Terminal (i.e. it's a conhost bug), then you can just put N/A validations: required: true - type: input attributes: label: Windows build number placeholder: "10.0.19042.0" description: | Please run `ver` or `[Environment]::OSVersion`. validations: required: true ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:29:47 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#28634