diff options
Diffstat (limited to 'src/pmdk/.github/ISSUE_TEMPLATE')
-rw-r--r-- | src/pmdk/.github/ISSUE_TEMPLATE/bug_report.md | 49 | ||||
-rw-r--r-- | src/pmdk/.github/ISSUE_TEMPLATE/feature.md | 26 | ||||
-rw-r--r-- | src/pmdk/.github/ISSUE_TEMPLATE/question.md | 15 |
3 files changed, 90 insertions, 0 deletions
diff --git a/src/pmdk/.github/ISSUE_TEMPLATE/bug_report.md b/src/pmdk/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 000000000..528efcafa --- /dev/null +++ b/src/pmdk/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,49 @@ +--- +name: Bug report +about: Did you find a bug in PMDK? Please let us know. +labels: "Type: Bug" +--- +<!-- +Before creating new issue, ensure that similar issue wasn't already created + * Search: https://github.com/pmem/pmdk/issues + +Note that if you do not provide enough information to reproduce the issue, we may not be able to take action on your report. +Remember this is just a minimal template. You can extend it with data you think may be useful. +--> + +# ISSUE: <!-- fill the title of issue --> + +## Environment Information + +- 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 --> + +## Please provide a reproduction of the bug: + +<!-- fill this out --> + +## How often bug is revealed: (always, often, rare): <!-- check one if possible --> + +<!-- describe special circumstances in section above --> + +## Actual behavior: + +<!-- fill this out --> + +## Expected behavior: + +<!-- fill this out --> + +## Details + +<!-- 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 --> diff --git a/src/pmdk/.github/ISSUE_TEMPLATE/feature.md b/src/pmdk/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 000000000..12d6e406b --- /dev/null +++ b/src/pmdk/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,26 @@ +--- +name: Feature +about: Feature your request +labels: "Type: Feature" +--- +# FEAT: <!-- fill the title of feature --> + +## Rationale + +<!-- fill this out --> + +## Description + +<!-- fill this out --> + +## API Changes + +<!-- fill this out --> + +## Implementation details + +<!-- fill this out if possible --> + +## Meta + +<!-- fill this out --> diff --git a/src/pmdk/.github/ISSUE_TEMPLATE/question.md b/src/pmdk/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 000000000..3e4e452f9 --- /dev/null +++ b/src/pmdk/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,15 @@ +--- +name: Question +about: Do you have question regarding PMDK? Don't hesitate to ask. +labels: "Type: Question" +--- +# QUESTION: <!-- fill the title of question --> + +## Details + +<!-- fill this out --> + +<!-- +For questions and other non-bugs, you could use http://groups.google.com/group/pmem +You could also chat with members of the PMDK team real-time on the #pmem IRC channel on OFTC +--> |