xref: /freebsd/sys/contrib/openzfs/.github/ISSUE_TEMPLATE/bug_report.md (revision 184c1b943937986c81e1996d999d21626ec7a4ff)
1---
2name: Bug report
3about: Create a report to help us improve OpenZFS
4title: ''
5labels: 'Type: Defect, Status: Triage Needed'
6assignees: ''
7
8---
9
10<!-- Please fill out the following template, which will help other contributors address your issue. -->
11
12<!--
13Thank you for reporting an issue.
14
15*IMPORTANT* - Please check our issue tracker before opening a new issue.
16Additional valuable information can be found in the OpenZFS documentation
17and mailing list archives.
18
19Please fill in as much of the template as possible.
20-->
21
22### System information
23<!--  add version after "|" character -->
24Type | Version/Name
25 --- | ---
26Distribution Name	|
27Distribution Version	|
28Linux Kernel	|
29Architecture	|
30ZFS Version	|
31SPL Version	|
32<!--
33Commands to find ZFS/SPL versions:
34modinfo zfs | grep -iw version
35modinfo spl | grep -iw version
36-->
37
38### Describe the problem you're observing
39
40### Describe how to reproduce the problem
41
42### Include any warning/errors/backtraces from the system logs
43<!--
44*IMPORTANT* - Please mark logs and text output from terminal commands
45or else Github will not display them correctly.
46An example is provided below.
47
48Example:
49```
50this is an example how log text should be marked (wrap it with ```)
51```
52-->
53
54