Skip to content

Commit eca806b

Browse files
authored
meta: prevent constant references to issues in versioning
PR-URL: #53564 Reviewed-By: Jithil P Ponnan <jithil@outlook.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
1 parent 8e33f20 commit eca806b

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)