diff --git a/.github/ISSUE_TEMPLATE/Bug_Report.yml b/.github/ISSUE_TEMPLATE/Bug_Report.yml index d81b7a937d..ee0ead7f1e 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: