docs(github): update issue templates
This commit is contained in:
15
.github/ISSUE_TEMPLATE/bug_report.md
vendored
15
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -1,17 +1,16 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
title: ""
|
||||
labels: "bug"
|
||||
assignees: ""
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
|
||||
A clear and concise description of what the bug is.
|
||||
...
|
||||
|
||||
**To Reproduce**
|
||||
**Reproduction**
|
||||
|
||||
Steps to reproduce the behavior:
|
||||
|
||||
@@ -20,7 +19,7 @@ Steps to reproduce the behavior:
|
||||
|
||||
**Expected behavior**
|
||||
|
||||
A clear and concise description of what you expected to happen.
|
||||
...
|
||||
|
||||
**Screenshots**
|
||||
|
||||
@@ -32,4 +31,4 @@ If applicable, what version did you use?
|
||||
|
||||
**Environment**
|
||||
|
||||
Add useful information about your configuration and environment here.
|
||||
If applicable, add relevant information about your config and environment here.
|
||||
|
||||
25
.github/ISSUE_TEMPLATE/feature_request.md
vendored
25
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@@ -1,24 +1,19 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
about: Suggest a new idea for the project.
|
||||
title: ""
|
||||
labels: "enhancement"
|
||||
assignees: ""
|
||||
---
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
**Is your feature request related to some problems?**
|
||||
|
||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||
- _Ex. I'm always frustrated when..._
|
||||
|
||||
**Describe the solution you'd like**
|
||||
**What are the solutions you'd like?**
|
||||
|
||||
A clear and concise description of what you want to happen.
|
||||
- _Ex. A new option to..._
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
**Anything else?**
|
||||
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
**Additional context**
|
||||
|
||||
Add any other context or screenshots about the feature request here.
|
||||
- ...
|
||||
|
||||
Reference in New Issue
Block a user