Updated app bug report template (#11695)

This commit is contained in:
Eric Traut 2026-02-13 10:03:04 -08:00 committed by GitHub
parent 99466f1f90
commit 12f69b893f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,6 +21,13 @@ body:
label: What subscription do you have?
validations:
required: true
- type: input
id: platform
attributes:
label: What platform is your computer?
description: |
For macOS and Linux: copy the output of `uname -mprs`
For Windows: copy the output of `"$([Environment]::OSVersion | ForEach-Object VersionString) $(if ([Environment]::Is64BitOperatingSystem) { "x64" } else { "x86" })"` in the PowerShell console
- type: textarea
id: actual
attributes: