Skip to content

Commit

Permalink
Update 20_build_bug.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
niv authored Jan 23, 2024
1 parent 4c29105 commit bb2dac1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/20_build_bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ body:
description: "Which kernel are you running? (output of `uname -a`, say if you built it yourself)."
validations:
required: true
- type: checkboxes
id: sw_host_kernel_stable
attributes:
label: "Please confirm you are running a stable release kernel (e.g. not a -rc). We do not accept bug reports for unreleased kernels."
options:
- label: "I am running on a stable kernel release."
validations:
required: true
- type: textarea
id: bug_description
attributes:
Expand Down

0 comments on commit bb2dac1

Please sign in to comment.