Update issue template
This commit is contained in:
parent
29e3d00c88
commit
ad1faa5d36
3 changed files with 9 additions and 40 deletions
10
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
10
.github/ISSUE_TEMPLATE/bug_report.yaml
vendored
|
@ -1,14 +1,12 @@
|
|||
name: Bug report
|
||||
description: Create a bug report to help us improve
|
||||
description: Something isn't working, uh?
|
||||
labels: [bug]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
**1- I am able to reproduce the bug with the [latest version](https://github.com/vfsfitvnm/vimusic/releases/latest).**
|
||||
**2- I've checked that there is no issue about this bug.**
|
||||
**3- This issue contains only one bug.**
|
||||
**4- The title of this issue accurately describes the bug.**
|
||||
## ⚠ Make sure you are able to reproduce the bug with the [latest version](https://github.com/vfsfitvnm/vimusic/releases/latest).
|
||||
## ⚠️Make sure there is no issue about this bug already.
|
||||
|
||||
- type: textarea
|
||||
id: reproduce-steps
|
||||
|
@ -65,7 +63,7 @@ body:
|
|||
attributes:
|
||||
label: ViMusic version
|
||||
placeholder: |
|
||||
Example: "0.1.2"
|
||||
Example: "0.5.4"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
|
|
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: 🐛 Bug report
|
||||
url: https://github.com/vfsfitvnm/ViMusic/issues/new?assignees=&labels=bug&template=bug_report.yaml
|
||||
about: Something isn't working, uh?
|
34
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
34
.github/ISSUE_TEMPLATE/feature_request.yaml
vendored
|
@ -1,34 +0,0 @@
|
|||
name: Feature request
|
||||
description: Suggest an idea for ViMusic
|
||||
labels: [enhancement]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
**1- I've checked that there is no other issue about this feature request.**
|
||||
**2- This issue contains only one feature request.**
|
||||
**3- The title of this issue accurately describes the feature request.**
|
||||
|
||||
- type: textarea
|
||||
id: feature-description
|
||||
attributes:
|
||||
label: Feature description
|
||||
description: What feature you want the app to have? Provide detailed description about what it should look like or where it should be added.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: why-is-the-feature-requested
|
||||
attributes:
|
||||
label: Why do you want this feature?
|
||||
description: Describe the problem or limitation that motivates you to want this feature to be added.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
- type: textarea
|
||||
id: additional-information
|
||||
attributes:
|
||||
label: Additional information
|
||||
description: Add any other context or screenshots about the feature request here.
|
||||
placeholder: |
|
||||
Additional details and attachments.
|
Loading…
Reference in a new issue