diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 0000000..9196291 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,47 @@ +--- +name: Bug report +about: Create a bug report +title: '' +labels: bug +assignees: '' +--- + +## Description + + +## Expected Behavior + + +## Actual Behavior + + +## Steps to Reproduce + +1. +2. +3. +4. + +## Context + + +## Possible Fix + + +## Logs + + +## Your Environment + +* OpenCAS version (commit hash or tag): +* Operating System: +* Kernel version: +* Cache device type (model): +* Core device type (model): +* Cache configuration: +* * Cache mode: (default: wt) +* * Cache line size: (default: 4) +* * Promotion policy: (default: always) +* * Cleaning policy: (default: alru) +* * Sequential cutoff policy: (default: full) +* Other (e.g. _lsblk_, _casadm -P_, _casadm -L_) diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md new file mode 100644 index 0000000..8ffa7e6 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -0,0 +1,28 @@ +--- +name: Enhancement proposal +about: Create an enhancement proposal to help us improve +title: '' +labels: enhancement +assignees: '' +--- + +## Description + + +## Reason + + +## Your Environment + +* OpenCAS version (commit hash or tag): +* Operating System: +* Kernel version: +* Cache device type (model): +* Core device type (model): +* Cache configuration: +* * Cache mode: (default: wt) +* * Cache line size: (default: 4) +* * Promotion policy: (default: always) +* * Cleaning policy: (default: alru) +* * Sequential cutoff policy: (default: full) +* Other (e.g. _lsblk_, _casadm -P_, _casadm -L_) diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000..e80b4b4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,29 @@ +--- +name: Question +about: Ask the question that is bothering you +title: '' +labels: question +assignees: '' +--- + +## Question + + +## Motivation + + +## Your Environment + + +* OpenCAS version (commit hash or tag): +* Operating System: +* Kernel version: +* Cache device type (model): +* Core device type (model): +* Cache configuration: +* * Cache mode: (default: wt) +* * Cache line size: (default: 4) +* * Promotion policy: (default: always) +* * Cleaning policy: (default: alru) +* * Sequential cutoff policy: (default: full) +* Other (e.g. _lsblk_, _casadm -P_, _casadm -L_)