Added bug_report.md and feature_request.md
This commit is contained in:
parent
eacc857143
commit
795ebcdea8
|
@ -0,0 +1,38 @@
|
||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Create a bug report
|
||||||
|
title: ''
|
||||||
|
labels: bug
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Describe the bug
|
||||||
|
|
||||||
|
Give a detailed description of what the bug is.
|
||||||
|
|
||||||
|
|
||||||
|
## How to reproduce the bug?
|
||||||
|
|
||||||
|
Explain step-by-step the procedure to reproduce this behavior.
|
||||||
|
|
||||||
|
|
||||||
|
## What behavior did you expect?
|
||||||
|
|
||||||
|
Describe what you would expect instead.
|
||||||
|
|
||||||
|
|
||||||
|
## In which environment did the bug occur?
|
||||||
|
* Which operating system do you use?<br />
|
||||||
|
Linux, FreeBSD, NetBSD, OpenBSD, macOS, Cygwin, or Solaris
|
||||||
|
|
||||||
|
* Which distribution do you use?
|
||||||
|
|
||||||
|
* On which CPU architecture did you test?
|
||||||
|
|
||||||
|
* Which compiler in which version did you use?
|
||||||
|
|
||||||
|
* Which terminal do you use?
|
||||||
|
|
||||||
|
* What does the environment variable $TERM contain?
|
||||||
|
|
|
@ -0,0 +1,32 @@
|
||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Make a suggestion for this project
|
||||||
|
title: ''
|
||||||
|
labels: enhancement
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Feature Request
|
||||||
|
|
||||||
|
|
||||||
|
**Do you want to solve a problem with your feature request? Please describe it.**
|
||||||
|
|
||||||
|
Describe clearly and precisely what the problem is.
|
||||||
|
Example: I have an issue when [...]
|
||||||
|
|
||||||
|
|
||||||
|
**Describe your desired solution**
|
||||||
|
|
||||||
|
Describe clearly and concisely what you want to reach.
|
||||||
|
|
||||||
|
|
||||||
|
**Describe alternatives you have considered**
|
||||||
|
|
||||||
|
Describe clearly and concisely the other solutions you considered.
|
||||||
|
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
|
||||||
|
Add additional context or screenshots to your feature request here.
|
||||||
|
|
Loading…
Reference in New Issue