diff options
Diffstat (limited to '')
-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 --> |