We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c29105 commit bb2dac1Copy full SHA for bb2dac1
.github/ISSUE_TEMPLATE/20_build_bug.yml
@@ -32,6 +32,14 @@ body:
32
description: "Which kernel are you running? (output of `uname -a`, say if you built it yourself)."
33
validations:
34
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
43
- type: textarea
44
id: bug_description
45
attributes:
0 commit comments