]> git.proxmox.com Git - ceph.git/blame - ceph/src/pmdk/.github/ISSUE_TEMPLATE/bug_report.md
import ceph 16.2.7
[ceph.git] / ceph / src / pmdk / .github / ISSUE_TEMPLATE / bug_report.md
CommitLineData
a4b75251
TL
1---
2name: Bug report
3about: Did you find a bug in PMDK? Please let us know.
4labels: "Type: Bug"
5---
6<!--
7Before creating new issue, ensure that similar issue wasn't already created
8 * Search: https://github.com/pmem/pmdk/issues
9
10Note that if you do not provide enough information to reproduce the issue, we may not be able to take action on your report.
11Remember this is just a minimal template. You can extend it with data you think may be useful.
12-->
13
14# ISSUE: <!-- fill the title of issue -->
15
16## Environment Information
17
18- PMDK package version(s): <!-- fill this out -->
19- OS(es) version(s): <!-- fill this out -->
20- ndctl version(s): <!-- fill this out -->
21- kernel version(s): <!-- fill this out -->
22- compiler, libraries, packaging and other related tools version(s): <!-- fill this out -->
23<!-- fill in also other useful environment data -->
24
25## Please provide a reproduction of the bug:
26
27<!-- fill this out -->
28
29## How often bug is revealed: (always, often, rare): <!-- check one if possible -->
30
31<!-- describe special circumstances in section above -->
32
33## Actual behavior:
34
35<!-- fill this out -->
36
37## Expected behavior:
38
39<!-- fill this out -->
40
41## Details
42
43<!-- fill this out -->
44
45## Additional information about Priority and Help Requested:
46
47Are you willing to submit a pull request with a proposed change? (Yes, No) <!-- check one if possible -->
48
49Requested priority: (Showstopper, High, Medium, Low) <!-- check one if possible -->