diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 1dbb5f6ed..92d0e03a9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve OpenZFS title: '' -labels: 'Type: Defect, Status: Triage Needed' +labels: 'Type: Defect' assignees: '' --- @@ -25,14 +25,16 @@ Type | Version/Name --- | --- Distribution Name | Distribution Version | -Linux Kernel | +Kernel Version | Architecture | -ZFS Version | -SPL Version | +OpenZFS Version | <!-- -Commands to find ZFS/SPL versions: -modinfo zfs | grep -iw version -modinfo spl | grep -iw version +Command to find OpenZFS version: +zfs version + +Commands to find kernel version: +uname -r # Linux +freebsd-version -r # FreeBSD --> ### Describe the problem you're observing |