summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorMichael Bashurov <accounts@saitonakamura.me>2019-11-06 13:59:32 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2020-12-06 16:37:14 +0000
commit5fa7c2ab940789065383fb9aa879a9f12506eb67 (patch)
tree0836fdf63767aecf33c875569740ae2385443b2e /.github/ISSUE_TEMPLATE
parent2f49720beee7f4c03a75c3793bf76e76cf044bc3 (diff)
downloadnode-new-5fa7c2ab940789065383fb9aa879a9f12506eb67.tar.gz
doc: add Powershell oneliner to get Windows version
Co-authored-by: Michaƫl Zasso <targos@protonmail.com> PR-URL: https://github.com/nodejs/node/pull/30289 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/1-bug-report.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.md b/.github/ISSUE_TEMPLATE/1-bug-report.md
index 2a2e94d411..84b6daf665 100644
--- a/.github/ISSUE_TEMPLATE/1-bug-report.md
+++ b/.github/ISSUE_TEMPLATE/1-bug-report.md
@@ -15,7 +15,7 @@ repo. https://github.com/nodejs/help
Please fill in as much of the template below as you're able.
Version: output of `node -v`
-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)
Subsystem: if known, please specify affected core module name
-->