name: ❌ Bug report
description: Report errors or unexpected behavior
labels: ❌ bug
body:
- type: checkboxes
attributes:
label: 🧐 Have you fully read the README and viewed similar issues?
description: Please read the README, FAQ, TROUBLESHOOTING and check all previous ISSUES because your "bug" may have already been discussed or reported.
options:
- label: I have read the README
required: true
- label: I have read the FAQ
required: true
- label: I have checked previous issues, open and closed
required: true
- label: I have completed all troubleshooting steps and the issue is not present on stock but returns after re-applying SpotX-Bash
required: true
- type: markdown
attributes:
value: "###"
- type: input
id: lang_spoti
attributes:
label: Сountry of your account
description: You can view your country on your account page, under Profile.
placeholder: "e.g. Ukraine"
validations:
required: true
- type: markdown
attributes:
value: "###"
- type: dropdown
id: plan
attributes:
label: What is your Spotify Plan?
description: You can view your plan on your account page, under Manage plan.
options:
- Free
- Premium
validations:
required: true
- type: markdown
attributes:
value: "###"
- type: dropdown
id: spicetify
attributes:
label: Do you have Spicetify installed?
description: Spicetify is a command line tool to customize Spotify client.
options:
- "Yes"
- "No"
validations:
required: true
- type: markdown
attributes:
value: "###"
- type: textarea
attributes:
label: ℹ Computer information
description: |
- Spotify version: e.g. Spotify for macOS (Apple Silicon) 1.1.98.683
- OS: e.g. macOS Ventura 13.1 or Ubuntu 22.04.1 LTS
- Shell: e.g. bash
- macOS: View the top bar in the Terminal window -- it should display bash, zsh, etc
- Linux: Enter the following command in your terminal window: `echo $0` -- it should display bash, zsh, etc
placeholder: |
- Spotify version:
- OS:
- Shell:
value: |
- Spotify version:
- OS:
- Shell:
render: markdown
validations:
required: true
- type: textarea
attributes:
label: 📝 Description
description: List steps to reproduce the error and details on what happens and what you expected to happen.
value: |
1.
2.
3.
...
validations:
required: true
- type: textarea
attributes:
label: 🖥️ Terminal Input/Output
description: Copy input/output from Terminal -- the SpotX-Bash command you entered and everything that followed.
validations:
required: true
- type: textarea
attributes:
label: 📸 Screenshots
description: Place any screenshots of the issue here if needed
validations:
required: false