From bfcc5e5c4a7eed498d4735bf027e8f83d02b3eb8 Mon Sep 17 00:00:00 2001 From: Slawomir Jankowski Date: Thu, 8 Oct 2020 15:42:06 +0200 Subject: [PATCH] Add a template for several kinds of issues Signed-off-by: Slawomir Jankowski --- .github/ISSUE_TEMPLATE/bug.md | 47 +++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/enhancement.md | 28 ++++++++++++++++ .github/ISSUE_TEMPLATE/question.md | 29 +++++++++++++++++ 3 files changed, 104 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/enhancement.md create mode 100644 .github/ISSUE_TEMPLATE/question.md 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_)