◐ Shell
clean mode source ↗

meta: prevent constant references to issues in versioning · nodejs/node@bcd08be

Original file line numberDiff line numberDiff line change

@@ -14,9 +14,10 @@ body:

1414

attributes:

1515

label: Version

1616

description: Output of `node -v`

17-

- type: input

17+

- type: textarea

1818

attributes:

1919

label: Platform

20+

render: text

2021

description: |

2122

UNIX: output of `uname -a`

2223

Windows: output of `"$([Environment]::OSVersion.VersionString) $(('x86', 'x64')[[Environment]::Is64BitOperatingSystem])"` in PowerShell console