Create issue templates
This commit is contained in:
parent
e7f01ca55a
commit
2fd9553667
13
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
13
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
name: Bug Report
|
||||||
|
about: Oh no, it's a bug. Let's squash it!
|
||||||
|
title: ''
|
||||||
|
labels: type/bug, untriaged
|
||||||
|
assignees: ''
|
||||||
|
---
|
||||||
|
|
||||||
|
**Describe the bug**
|
||||||
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
|
**How to Reproduce**
|
||||||
|
If applicable, a minimal code example in order to replicate the bug.
|
11
.github/ISSUE_TEMPLATE/doc-improvement.md
vendored
Normal file
11
.github/ISSUE_TEMPLATE/doc-improvement.md
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
name: Documentation improvement
|
||||||
|
about: You have a suggestion for the documentation?
|
||||||
|
title: ''
|
||||||
|
labels: type/docs, untriaged
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
**What you want to see changed**
|
||||||
|
Write here what you think is missing.
|
13
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
13
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
name: Feature Request
|
||||||
|
about: Have a suggestion?
|
||||||
|
title: ''
|
||||||
|
labels: untriaged
|
||||||
|
assignees: ''
|
||||||
|
---
|
||||||
|
|
||||||
|
**The shortcoming you see**
|
||||||
|
A short description of what the underlying issue is.
|
||||||
|
|
||||||
|
**The improvement**
|
||||||
|
How you think this shortcoming can be fixed.
|
Loading…
x
Reference in New Issue
Block a user