mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 16:05:18 +00:00
fix: endless song loading issue and no playback #1925
* chore: update bug reports template * chore: update bug reports template * update youtube_explode_dart dependency version --------- Co-authored-by: Kingkor Roy Tirtho <krtirtho@gmail.com>
This commit is contained in:
parent
ee8406772c
commit
200ee4a6bd
30
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
30
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -7,8 +7,12 @@ labels:
|
||||
body:
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Is there an existing issue for this?
|
||||
description: Make sure to check if this issue is a duplicate.
|
||||
label: Is there an existing issue for this? (Please read the description)
|
||||
description: |
|
||||
PLEASE! Make sure to check if this issue is a duplicate.
|
||||
Don't waste our time, we are working hard to make Spotube better for you.
|
||||
|
||||
Try with multiple similar keywords, and check the closed issues too.
|
||||
options:
|
||||
- label: I have searched the existing issues
|
||||
required: true
|
||||
@ -16,23 +20,41 @@ body:
|
||||
attributes:
|
||||
label: Current Behavior
|
||||
description: Write what you are experiencing currently.
|
||||
placeholder: |
|
||||
The app isn't working as expected. It crashes when I do this...
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Expected Behavior
|
||||
description: Write what you expected to happen.
|
||||
placeholder: |
|
||||
The app should do this when I do that...
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Steps to reproduce
|
||||
description: Steps to reproduce the issue. A not well written description might delay the resolve of it.
|
||||
description: Steps to reproduce the issue. A not well written description might lead to the delay in fixing the issue.
|
||||
placeholder: |
|
||||
1. I opened the app
|
||||
2. I did this
|
||||
3. And that
|
||||
4. Then this happened
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Logs
|
||||
description: |
|
||||
If you have any logs, paste them here. Make sure to remove any sensitive information.
|
||||
You can find the logs in the app's Settings > Developers > Logs page.
|
||||
value: |
|
||||
<details>
|
||||
<summary>Logs</summary>
|
||||
|
||||
```
|
||||
<Replace this line by pasting your logs here>
|
||||
```
|
||||
</details>
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
@ -74,7 +96,7 @@ body:
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Self grab
|
||||
description: If you are a developer and want to work on this issue yourself, you can check this box and wait for maintainer response. We welcome contributions!
|
||||
description: If you are a developer and want to work on this issue yourself, you can check this box and wait for maintainer response. Any contributions are welcome!
|
||||
options:
|
||||
- label: I'm ready to work on this issue!
|
||||
required: false
|
||||
|
@ -95,7 +95,7 @@ dependencies:
|
||||
version: ^3.0.2
|
||||
visibility_detector: ^0.4.0+2
|
||||
window_manager: ^0.3.9
|
||||
youtube_explode_dart: ^2.2.1
|
||||
youtube_explode_dart: ^2.2.2
|
||||
simple_icons: ^10.1.3
|
||||
jiosaavn: ^0.1.0
|
||||
draggable_scrollbar:
|
||||
|
Loading…
Reference in New Issue
Block a user