We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2649c38 commit bef550aCopy full SHA for bef550a
.github/ISSUE_TEMPLATE/1-bug-report.md
@@ -15,7 +15,7 @@ repo. https://github.com/nodejs/help
15
Please fill in as much of the template below as you're able.
16
17
Version: output of `node -v`
18
-Platform: output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows)
+Platform: output of `uname -a` (UNIX), or output of `"$([Environment]::OSVersion | ForEach-Object VersionString) $(if ([Environment]::Is64BitOperatingSystem) { "x64" } else { "x86" })"` in PowerShell console (Windows)
19
Subsystem: if known, please specify affected core module name
20
-->
21
0 commit comments