From 9ec6dfcfa04832c81bb1370c86daf6c8ee7be9b3 Mon Sep 17 00:00:00 2001 From: Ben Hillis Date: Mon, 11 Oct 2021 10:51:50 -0700 Subject: [PATCH] Update bug_report.yaml to ask for WSL Store version (#7519) Co-authored-by: Ben Hillis --- .github/ISSUE_TEMPLATE/Bug_Report.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_Report.yaml b/.github/ISSUE_TEMPLATE/Bug_Report.yaml index 6847408d..8a66feff 100644 --- a/.github/ISSUE_TEMPLATE/Bug_Report.yaml +++ b/.github/ISSUE_TEMPLATE/Bug_Report.yaml @@ -7,12 +7,13 @@ body: value: | Please [search for existing issues](https://github.com/microsoft/WSL/issues) before creating a new one. If you'd like to create a new bug report, please [read the guidance here](https://github.com/Microsoft/WSL/blob/master/CONTRIBUTING.md) before getting started. This will save you time. - + - type: input attributes: - label: Windows Build Number + label: Version description: | Please run `cmd.exe /c ver` to get the build of Windows you are on. + If you are running Windows Subsystem for Linux from the Microsoft Store, please run `wsl.exe --version` placeholder: "Microsoft Windows [Version 10.0.19042.867]" validations: required: true