docs: expand OS version prompt in issue template (#28135)

* docs: expand OS version prompt in issue template

* Update bug_report.yml
This commit is contained in:
Jeremy Rose 2021-03-14 18:26:27 -07:00 committed by GitHub
parent 8dfe4abd14
commit 41fdf450b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,8 @@ body:
- type: input
attributes:
label: Operating System Version
description: What operating system version are you using?
description: What operating system version are you using? On Windows, click Start button > Settings > System > About. On macOS, click the Apple Menu > About This Mac. On Linux, use lsb_release or uname -a.
placeholder: "e.g. Windows 10 version 1909, macOS Catalina 10.15.7, or Ubuntu 20.04"
validations:
required: true
- type: dropdown