Skip to content

Commit

Permalink
Update bug_report.yaml to ask for WSL Store version (#7519)
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Hillis <benhill@ntdev.microsoft.com>
  • Loading branch information
Ben Hillis and Ben Hillis committed Oct 11, 2021
1 parent 9600e25 commit 9ec6dfc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/Bug_Report.yaml
Expand Up @@ -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
Expand Down

1 comment on commit 9ec6dfc

@ahmedalishah31
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.