From bef550a50cd0dd4f5e6ea0cc672e56d03c5736e1 Mon Sep 17 00:00:00 2001 From: Michael Bashurov Date: Wed, 6 Nov 2019 13:59:32 +0300 Subject: [PATCH] doc: add Powershell oneliner to get Windows version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Michaƫl Zasso PR-URL: https://github.com/nodejs/node/pull/30289 Reviewed-By: Ruben Bridgewater Reviewed-By: James M Snell Reviewed-By: Antoine du Hamel --- .github/ISSUE_TEMPLATE/1-bug-report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.md b/.github/ISSUE_TEMPLATE/1-bug-report.md index 2a2e94d411fe2a..84b6daf665e522 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 -->