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