87 lines
2.1 KiB
YAML
87 lines
2.1 KiB
YAML
name: Bug report
|
||
description: Something isn't working, uh?
|
||
labels: [bug]
|
||
body:
|
||
- type: markdown
|
||
attributes:
|
||
value: |
|
||
## ⚠ 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
|
||
attributes:
|
||
label: Steps to reproduce the bug
|
||
description: What did you do for the bug to show up?
|
||
placeholder: |
|
||
Example:
|
||
1. Go to '...'
|
||
2. Click on '....'
|
||
3. Scroll down to '....'
|
||
4. See error
|
||
validations:
|
||
required: true
|
||
|
||
- type: textarea
|
||
id: expected-behavior
|
||
attributes:
|
||
label: Expected behavior
|
||
placeholder: |
|
||
Example:
|
||
"This should happen..."
|
||
validations:
|
||
required: true
|
||
|
||
- type: textarea
|
||
id: actual-behavior
|
||
attributes:
|
||
label: Actual behavior
|
||
placeholder: |
|
||
Example:
|
||
"This happened instead..."
|
||
validations:
|
||
required: true
|
||
|
||
- type: textarea
|
||
id: sreen-media
|
||
attributes:
|
||
label: Screenshots/Screen recordings
|
||
description: |
|
||
A picture or video helps us understand the bug more.
|
||
|
||
You can upload them directly in the text box.
|
||
|
||
- type: textarea
|
||
id: logs
|
||
attributes:
|
||
label: Logs
|
||
description: |
|
||
If your bug includes a crash, please use `adb logcat` or other ways to provide logs.
|
||
|
||
- type: input
|
||
id: vimusic-version
|
||
attributes:
|
||
label: ViMusic version
|
||
placeholder: |
|
||
Example: "0.5.4"
|
||
validations:
|
||
required: true
|
||
|
||
- type: input
|
||
id: android-version
|
||
attributes:
|
||
label: Android version
|
||
description: |
|
||
You can find this somewhere in your Android settings.
|
||
placeholder: |
|
||
Example: "Android 12"
|
||
validations:
|
||
required: true
|
||
|
||
- type: textarea
|
||
id: additional-information
|
||
attributes:
|
||
label: Additional information
|
||
placeholder: |
|
||
Additional details and attachments.
|