Skip to content

Commit e34bc18

Browse files
committed
[github] use 'textarea' for kernelversion
we want to render it as text (so accidental #<num> do not reference issues. unfortunately, the 'input' type does not support a renderer
1 parent ab8f928 commit e34bc18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ body:
5454
required: true
5555

5656
- id: kernelversion
57-
type: input
57+
type: textarea
5858
attributes:
5959
label: kernel version
6060
description: |

0 commit comments

Comments
 (0)