From c4554186596237e784a0cf274dc1e16fa6cf69cf Mon Sep 17 00:00:00 2001 From: Mike Griese Date: Tue, 16 Nov 2021 07:24:42 -0600 Subject: [PATCH] Separate terminal version and Windows version in issue template (#11528) --- .github/ISSUE_TEMPLATE/Bug_Report.yml | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_Report.yml b/.github/ISSUE_TEMPLATE/Bug_Report.yml index d81b7a937..ee0ead7f1 100644 --- a/.github/ISSUE_TEMPLATE/Bug_Report.yml +++ b/.github/ISSUE_TEMPLATE/Bug_Report.yml @@ -10,14 +10,21 @@ body: - type: input attributes: - label: Windows Terminal version (or Windows build number) - placeholder: "10.0.19042.0, 1.7.3651.0" + label: Windows Terminal version + placeholder: "1.7.3651.0" description: | - If you are reporting an issue in Windows Terminal, you can find the version in the about dialog. - - If you are reporting an issue with the Windows Console, please run `ver` or `[Environment]::OSVersion`. + You can find the version in the about dialog, or by running `wt -v` at the commandline. validations: - required: true + required: false + +- type: input + attributes: + label: Windows build number + placeholder: "10.0.19042.0" + description: | + Please run `ver` or `[Environment]::OSVersion`. + validations: + required: false - type: textarea attributes: