Skip to content

Commit bb2dac1

Browse files
authored
Update 20_build_bug.yml
1 parent 4c29105 commit bb2dac1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/ISSUE_TEMPLATE/20_build_bug.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ body:
3232
description: "Which kernel are you running? (output of `uname -a`, say if you built it yourself)."
3333
validations:
3434
required: true
35+
- type: checkboxes
36+
id: sw_host_kernel_stable
37+
attributes:
38+
label: "Please confirm you are running a stable release kernel (e.g. not a -rc). We do not accept bug reports for unreleased kernels."
39+
options:
40+
- label: "I am running on a stable kernel release."
41+
validations:
42+
required: true
3543
- type: textarea
3644
id: bug_description
3745
attributes:

0 commit comments

Comments
 (0)