Skip to content

Commit

Permalink
qol: bug issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
asdfzxcvbn committed Jun 1, 2024
1 parent 8ece5fe commit b4343de
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# thanks to uYouEnhanced for the issue template:
# https://github.com/arichornlover/uYouEnhanced/blob/main/.github/ISSUE_TEMPLATE/bug.yaml?plain=1

name: Bug
description: Report a bug in EeveeSpotify
title: "[Bug] "
labels: bug
body:
- type: checkboxes
attributes:
label: Is this issue appropriate?
description: |
Please read the list of [common issues](https://github.com/whoeevee/EeveeSpotify/blob/swift/common_issues.md).
options:
- label: I have read the document in its entirety
required: true

- type: checkboxes
attributes:
label: Is this issue unique to EeveeSpotify?
options:
- label: I was unable to reproduce my issue using the stock Spotify app
required: true

- type: checkboxes
attributes:
label: Have you searched the existing issues?
options:
- label: This is a unique issue
required: true

- type: textarea
attributes:
label: Describe the bug.
description: Attach videos or screenshots if possible
validations:
required: true
19 changes: 19 additions & 0 deletions common_issues.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Common Issues

Before opening an issue, please note that **EeveeSpotify does not accept feature requests**. Also read the common issues below:

## All tracks are skipped

EeveeSpotify doesn't work in some regions, try connecting to a VPN server in the United States or other region, then change your country on [Spotify's website](https://accounts.spotify.com). After changing your country, you should sign out and sign back in to Spotify with your VPN on.

References: #67, #152

## Unable to log in to Spotify ("You're offline" issue)

Turn off your VPN or try using another one.

References: #147, #157

## Unable to turn on smart shuffle

This is not an issue with EeveeSpotify.

0 comments on commit b4343de

Please sign in to comment.