mirror of
https://github.com/shirayu/whispering.git
synced 2024-11-24 18:00:59 +00:00
Updated ISSUE_TEMPLATE
This commit is contained in:
parent
9d2e912b30
commit
bd39d8e8fe
3 changed files with 14 additions and 22 deletions
20
.github/ISSUE_TEMPLATE/bug_report.md
vendored
20
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
name: Bug report
|
||||
name: "\U0001F41B Bug Report"
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: ''
|
||||
|
@ -7,24 +7,24 @@ assignees: ''
|
|||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
## Describe the bug
|
||||
<!-- A clear and concise description of what the bug is. -->
|
||||
|
||||
**To Reproduce**
|
||||
## To Reproduce
|
||||
<!-- Steps to reproduce the behavior: -->
|
||||
|
||||
**Expected behavior**
|
||||
## Expected behavior
|
||||
<!-- A clear and concise description of what you expected to happen. -->
|
||||
|
||||
**Logs**
|
||||
## Logs
|
||||
<!-- Run with ``--debug``, you can get detailed logs -->
|
||||
|
||||
## Environment
|
||||
|
||||
**Environment **
|
||||
- OS:
|
||||
- Python Version:
|
||||
- Whispering version:
|
||||
- OS:
|
||||
- Python Version:
|
||||
- Whispering version:
|
||||
|
||||
**Additional context**
|
||||
## Additional context
|
||||
|
||||
<!-- Add any other context about the problem here. -->
|
||||
|
|
14
.github/ISSUE_TEMPLATE/feature_request.md
vendored
14
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
name: Feature request
|
||||
name: "\U0001F680 Feature request"
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: ''
|
||||
|
@ -7,14 +7,6 @@ assignees: ''
|
|||
|
||||
---
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||
## Description
|
||||
|
||||
**Describe the solution you'd like**
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
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.
|
||||
## Additional context
|
||||
|
|
2
.github/ISSUE_TEMPLATE/question.md
vendored
2
.github/ISSUE_TEMPLATE/question.md
vendored
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
name: Question
|
||||
name: "\U2753 Question"
|
||||
about: Question
|
||||
title: ''
|
||||
labels: 'Type: Question'
|
||||
|
|
Loading…
Reference in a new issue