From 462939858d7e9a48a2664f41afa443a08fcc2053 Mon Sep 17 00:00:00 2001 From: Martyanov Andrey <37772440+martyanovandrey@users.noreply.github.com> Date: Thu, 12 Dec 2024 14:55:48 +0300 Subject: [PATCH] chore: use for platform type input --- .github/ISSUE_TEMPLATE/1-bug-report.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml index 5f06caf5..96300221 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yml @@ -17,13 +17,9 @@ body: label: Node version description: | Output of `node -v`. - - type: textarea + - type: input attributes: label: Platform - render: text - description: | - UNIX: output of `uname -a` - Windows: output of `"$([Environment]::OSVersion.VersionString) $(('x86', 'x64')[[Environment]::Is64BitOperatingSystem])"` in PowerShell console - type: textarea attributes: label: What steps will reproduce the bug?