From 2741acc0697e38186cfb45d1311db5ebfbf32bb7 Mon Sep 17 00:00:00 2001 From: Slawomir Jankowski Date: Tue, 26 Jan 2021 10:46:16 +0100 Subject: [PATCH] Create templates for issues Signed-off-by: Slawomir Jankowski --- .github/ISSUE_TEMPLATE/bug.md | 44 +++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/enhancement.md | 25 +++++++++++++++ .github/ISSUE_TEMPLATE/question.md | 26 ++++++++++++++++ 3 files changed, 95 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..6fda5dc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,44 @@ +--- +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 + +* OCF version (commit hash or tag): +* Operating System: +* Kernel version: +* Cache device type (NAND/Optane/other): +* Core device type (HDD/SSD/other): +* Configuration: +* * Cache mode: (default: wt) +* * Cache line size: (default: 4) +* Other (e.g. _lsblk_, _lsscsi_) diff --git a/.github/ISSUE_TEMPLATE/enhancement.md b/.github/ISSUE_TEMPLATE/enhancement.md new file mode 100644 index 0000000..befe569 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/enhancement.md @@ -0,0 +1,25 @@ +--- +name: Enhancement proposal +about: Create an enhancement proposal to help us improve +title: '' +labels: enhancement +assignees: '' +--- + +## Description + + +## Reason + + +## Your Environment + +* OCF version (commit hash or tag): +* Operating System: +* Kernel version: +* Cache device type (NAND/Optane/other): +* Core device type (HDD/SSD/other): +* Configuration: +* * Cache mode: (default: wt) +* * Cache line size: (default: 4) +* Other (e.g. _lsblk_, _lsscsi_) diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md new file mode 100644 index 0000000..84e88e4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question.md @@ -0,0 +1,26 @@ +--- +name: Question +about: Ask the question that is bothering you +title: '' +labels: question +assignees: '' +--- + +## Question + + +## Motivation + + +## Your Environment + + +* OCF version (commit hash or tag): +* Operating System: +* Kernel version: +* Cache device type (NAND/Optane/other): +* Core device type (HDD/SSD/other): +* Configuration: +* * Cache mode: (default: wt) +* * Cache line size: (default: 4) +* Other (e.g. _lsblk_, _lsscsi_)