summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Stöckner <bstoeckner@nvidia.com>2024-01-23 15:30:14 +0100
committerGitHub <noreply@github.com>2024-01-23 15:30:14 +0100
commitbb2dac1f20a06f78e028c4acdc4df1c7908dd91c (patch)
treeeb49a9f05189df3d67268b7c7cb3b5d74a117176
parent4c29105335610933e744f4ab2524ea63fc39edaf (diff)
Update 20_build_bug.yml545
-rw-r--r--.github/ISSUE_TEMPLATE/20_build_bug.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/20_build_bug.yml b/.github/ISSUE_TEMPLATE/20_build_bug.yml
index 1c5589a93..5341f484a 100644
--- a/.github/ISSUE_TEMPLATE/20_build_bug.yml
+++ b/.github/ISSUE_TEMPLATE/20_build_bug.yml
@@ -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: