]> granicus.if.org Git - zfs/blob - .github/ISSUE_TEMPLATE.md
Fix zdb -c traverse stop on damaged objset root
[zfs] / .github / ISSUE_TEMPLATE.md
1 <!--
2 Thank you for reporting an issue.
3
4 *IMPORTANT* - Please search our issue tracker *before* making a new issue.
5 If you cannot find a similar issue, then create a new issue.
6 https://github.com/zfsonlinux/zfs/issues 
7
8 *IMPORTANT* - This issue tracker is for *bugs* and *issues* only.
9 Please search the wiki and the mailing list archives before asking 
10 questions on the mailing list.
11 https://github.com/zfsonlinux/zfs/wiki/Mailing-Lists
12
13 Please fill in as much of the template as possible.
14 -->
15
16 ### System information
17 <!--  add version after "|" character -->
18 Type                                | Version/Name
19   ---                                  |     --- 
20 Distribution Name       | 
21 Distribution Version    | 
22 Linux Kernel                 | 
23 Architecture                 | 
24 ZFS Version                  | 
25 SPL Version                  | 
26 <!-- 
27 Commands to find ZFS/SPL versions:
28 modinfo zfs | grep -iw version
29 modinfo spl | grep -iw version 
30 -->
31
32 ### Describe the problem you're observing
33
34 ### Describe how to reproduce the problem
35
36 ### Include any warning/errors/backtraces from the system logs
37 <!-- 
38 *IMPORTANT* - Please mark logs and text output from terminal commands 
39 or else Github will not display them correctly. 
40 An example is provided below.
41
42 Example:
43 ```
44 this is an example how log text should be marked (wrap it with ```)
45 ```
46 -->