diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-21 11:54:28 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-21 11:54:28 +0000 |
commit | e6918187568dbd01842d8d1d2c808ce16a894239 (patch) | |
tree | 64f88b554b444a49f656b6c656111a145cbbaa28 /src/pmdk/.github/ISSUE_TEMPLATE.md | |
parent | Initial commit. (diff) | |
download | ceph-e6918187568dbd01842d8d1d2c808ce16a894239.tar.xz ceph-e6918187568dbd01842d8d1d2c808ce16a894239.zip |
Adding upstream version 18.2.2.upstream/18.2.2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/pmdk/.github/ISSUE_TEMPLATE.md')
-rw-r--r-- | src/pmdk/.github/ISSUE_TEMPLATE.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/pmdk/.github/ISSUE_TEMPLATE.md b/src/pmdk/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..ecf4d6168 --- /dev/null +++ b/src/pmdk/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,28 @@ +# GENERAL ISSUE: <!-- fill the title of regular issue --> + +## Bug Report + +- PMDK package version(s): <!-- fill this out --> +- OS(es) version(s): <!-- fill this out --> +- ndctl version(s): <!-- fill this out --> +- kernel version(s): <!-- fill this out --> +- compiler, libraries, packaging and other related tools version(s): <!-- fill this out --> +<!-- fill in also other useful environment data --> + +## Describe the issue: + +<!-- fill this out --> + +## Actual behavior: + +<!-- fill this out --> + +## Expected behavior: + +<!-- fill this out --> + +## Additional information about Priority and Help Requested: + +Are you willing to submit a pull request with a proposed change? (Yes, No) <!-- check one if possible --> + +Requested priority: (Showstopper, High, Medium, Low) <!-- check one if possible --> |