We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59c5c5c commit bcd08beCopy full SHA for bcd08be
.github/ISSUE_TEMPLATE/1-bug-report.yml
@@ -14,9 +14,10 @@ body:
14
attributes:
15
label: Version
16
description: Output of `node -v`
17
- - type: input
+ - type: textarea
18
19
label: Platform
20
+ render: text
21
description: |
22
UNIX: output of `uname -a`
23
Windows: output of `"$([Environment]::OSVersion.VersionString) $(('x86', 'x64')[[Environment]::Is64BitOperatingSystem])"` in PowerShell console
0 commit comments