Add a template for several kinds of issues
Signed-off-by: Slawomir Jankowski <slawomir.jankowski@intel.com>
This commit is contained in:
parent
bc4450b478
commit
bfcc5e5c4a
47
.github/ISSUE_TEMPLATE/bug.md
vendored
Normal file
47
.github/ISSUE_TEMPLATE/bug.md
vendored
Normal file
@ -0,0 +1,47 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a bug report
|
||||
title: ''
|
||||
labels: bug
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
## Description
|
||||
<!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug -->
|
||||
|
||||
## Expected Behavior
|
||||
<!--- Tell us what should happen -->
|
||||
|
||||
## Actual Behavior
|
||||
<!--- Tell us what happens instead -->
|
||||
|
||||
## Steps to Reproduce
|
||||
<!--- Provide a repeatable set of steps to reproduce this bug -->
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
4.
|
||||
|
||||
## Context
|
||||
<!--- How has this bug affected you? What were you trying to accomplish? -->
|
||||
|
||||
## Possible Fix
|
||||
<!--- Not obligatory, but suggest a fix or reason for the bug -->
|
||||
|
||||
## Logs
|
||||
<!--- Error logs in any form are really helpful -->
|
||||
|
||||
## Your Environment
|
||||
<!--- Include as many relevant details about the environment you experienced the bug in -->
|
||||
* 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_)
|
28
.github/ISSUE_TEMPLATE/enhancement.md
vendored
Normal file
28
.github/ISSUE_TEMPLATE/enhancement.md
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
---
|
||||
name: Enhancement proposal
|
||||
about: Create an enhancement proposal to help us improve
|
||||
title: ''
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
## Description
|
||||
<!--- Provide a more detailed description of wanted functionality -->
|
||||
|
||||
## Reason
|
||||
<!--- Why do you need this functionality? What's the gain of introducing it? -->
|
||||
|
||||
## Your Environment
|
||||
<!--- Include as many relevant details about the environment you're working in -->
|
||||
* 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_)
|
29
.github/ISSUE_TEMPLATE/question.md
vendored
Normal file
29
.github/ISSUE_TEMPLATE/question.md
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
---
|
||||
name: Question
|
||||
about: Ask the question that is bothering you
|
||||
title: ''
|
||||
labels: question
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
## Question
|
||||
<!--- Ask a question -->
|
||||
|
||||
## Motivation
|
||||
<!--- Why are you asking? Is there any need other than curiosity? -->
|
||||
|
||||
## Your Environment
|
||||
<!--- Not obligatory, but the answer may depend on this section -->
|
||||
<!--- Include as many relevant details about the environment you're working in -->
|
||||
* 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_)
|
Loading…
Reference in New Issue
Block a user