Skip to content

Commit 44d3beb

Browse files
committed
Update bug report template
- Remove the "SPL Version" line, the repositories have been merged since the 0.8 release and we no longer need to ask about this. - Simply ask for the kernel version / patch level and add a hint about how to get this information on Linux and FreeBSD. - Remove "Status: Triage Needed" from the template, in practice we really haven't been using this label so let's step setting it. Reviewed-by: Matthew Ahrens <[email protected]> Reviewed-by: George Melikov <[email protected]> Reviewed-by: Ryan Moeller <[email protected]> Reviewed-by: John Kennedy <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Closes: #12340
1 parent 28a15ae commit 44d3beb

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Bug report
33
about: Create a report to help us improve OpenZFS
44
title: ''
5-
labels: 'Type: Defect, Status: Triage Needed'
5+
labels: 'Type: Defect'
66
assignees: ''
77

88
---
@@ -25,14 +25,16 @@ Type | Version/Name
2525
--- | ---
2626
Distribution Name |
2727
Distribution Version |
28-
Linux Kernel |
28+
Kernel Version |
2929
Architecture |
30-
ZFS Version |
31-
SPL Version |
30+
OpenZFS Version |
3231
<!--
33-
Commands to find ZFS/SPL versions:
34-
modinfo zfs | grep -iw version
35-
modinfo spl | grep -iw version
32+
Command to find OpenZFS version:
33+
zfs version
34+
35+
Commands to find kernel version:
36+
uname -r # Linux
37+
freebsd-version -r # FreeBSD
3638
-->
3739

3840
### Describe the problem you're observing

0 commit comments

Comments
 (0)