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