We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecf8218 commit 697dbfbCopy full SHA for 697dbfb
.github/ISSUE_TEMPLATE/1-bug-report.yml
@@ -19,7 +19,7 @@ body:
19
label: Platform
20
description: |
21
UNIX: output of `uname -a`
22
- Windows: output of `"$([Environment]::OSVersion | ForEach-Object VersionString) $(if ([Environment]::Is64BitOperatingSystem) { "x64" } else { "x86" })"` in PowerShell console
+ Windows: output of `"$([Environment]::OSVersion.VersionString) $(('x86', 'x64')[[Environment]::Is64BitOperatingSystem])"` in PowerShell console
23
- type: input
24
attributes:
25
label: Subsystem
0 commit comments