]> git.proxmox.com Git - mirror_zfs.git/blame - .github/ISSUE_TEMPLATE.md
Improve error message for zfs create with @ or # in name
[mirror_zfs.git] / .github / ISSUE_TEMPLATE.md
CommitLineData
bfcb82cb 1<!-- Please fill out the following template, which will help other contributors address your issue. -->
2
d57f03e4
GM
3<!--
4Thank you for reporting an issue.
5
42b64e50
GM
6*IMPORTANT* - Please search our issue tracker *before* making a new issue.
7If you cannot find a similar issue, then create a new issue.
8https://github.com/zfsonlinux/zfs/issues
9
10*IMPORTANT* - This issue tracker is for *bugs* and *issues* only.
11Please search the wiki and the mailing list archives before asking
12questions on the mailing list.
13https://github.com/zfsonlinux/zfs/wiki/Mailing-Lists
d57f03e4
GM
14
15Please fill in as much of the template as possible.
16-->
17
18### System information
43eb39d6
GM
19<!-- add version after "|" character -->
20Type | Version/Name
21 --- | ---
22Distribution Name |
23Distribution Version |
24Linux Kernel |
25Architecture |
26ZFS Version |
27SPL Version |
d57f03e4
GM
28<!--
29Commands to find ZFS/SPL versions:
30modinfo zfs | grep -iw version
31modinfo 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<!--
42b64e50
GM
40*IMPORTANT* - Please mark logs and text output from terminal commands
41or else Github will not display them correctly.
42An example is provided below.
43
d57f03e4
GM
44Example:
45```
46this is an example how log text should be marked (wrap it with ```)
47```
48-->