diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000000..ecf4d6168c8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,28 @@ +# GENERAL ISSUE: + +## Bug Report + +- PMDK package version(s): +- OS(es) version(s): +- ndctl version(s): +- kernel version(s): +- compiler, libraries, packaging and other related tools version(s): + + +## Describe the issue: + + + +## Actual behavior: + + + +## Expected behavior: + + + +## Additional information about Priority and Help Requested: + +Are you willing to submit a pull request with a proposed change? (Yes, No) + +Requested priority: (Showstopper, High, Medium, Low) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000000..528efcafad8 --- /dev/null +++ b/.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" +--- + + +# ISSUE: + +## Environment Information + +- PMDK package version(s): +- OS(es) version(s): +- ndctl version(s): +- kernel version(s): +- compiler, libraries, packaging and other related tools version(s): + + +## Please provide a reproduction of the bug: + + + +## How often bug is revealed: (always, often, rare): + + + +## Actual behavior: + + + +## Expected behavior: + + + +## Details + + + +## Additional information about Priority and Help Requested: + +Are you willing to submit a pull request with a proposed change? (Yes, No) + +Requested priority: (Showstopper, High, Medium, Low) diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 00000000000..12d6e406bc6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,26 @@ +--- +name: Feature +about: Feature your request +labels: "Type: Feature" +--- +# FEAT: + +## Rationale + + + +## Description + + + +## API Changes + + + +## Implementation details + + + +## Meta + + diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 00000000000..3e4e452f96e --- /dev/null +++ b/.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: + +## Details + + + + diff --git a/.gitignore b/.gitignore index e7a2fab13ad..20aa349e838 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .* +!.github !.gitignore !.gitattributes !.cirrus.yml