Skip to content

Commit bcd08be

Browse files
avivkellermarco-ippolito
authored andcommitted
meta: prevent constant references to issues in versioning
PR-URL: #53564 Reviewed-By: Jithil P Ponnan <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Marco Ippolito <[email protected]>
1 parent 59c5c5c commit bcd08be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/ISSUE_TEMPLATE/1-bug-report.yml

+2-1
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

0 commit comments

Comments
 (0)