SpotX-Linux-Ridged/.github/ISSUE_TEMPLATE/bug_report.yml
2022-11-29 11:27:25 -05:00

100 lines
3.1 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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 <a href="https://github.com/SpotX-CLI/SpotX-Linux/blob/main/readme.md">README</a>. Also check the open and closed <a href="https://github.com/SpotX-CLI/SpotX-Linux/issues">issues</a> because your issue may have already been fixed or discussed.
options:
- label: I have read the README
required: true
- label: I have checked older issues, open and closed
required: true
- label: I did a clean install of Spotify and SpotX
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, in paragraph <a href="https://www.spotify.com/account/">Country or region</a>.
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 <a href="https://www.spotify.com/account/">Your plan</a>.
options:
- Free
- Premium
validations:
required: true
- type: markdown
attributes:
value: "###"
- type: dropdown
id: spicetify
attributes:
label: Do you have Spicetify installed?
description: <a href="https://spicetify.app/">Spicetify</a> 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: e.g. <kbd>1.1.98.683</kbd>
- Distro: e.g. <kbd>Ubuntu 22.04.1 LTS</kbd> (please include both distro name and version)
- Enter the following command in your terminal window: `lsb_release -a` or `cat /etc/*release`
- Shell: e.g. <kbd>bash</kbd>
- Enter the following command in your terminal window: `echo $0` -- it should display bash or zsh (or whatever shell you're currently using).
placeholder: |
- Spotify:
- Distro:
- Shell:
value: |
- Spotify:
- Distro:
- 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. The more detail the better.
value: |
1.
2.
3.
...
validations:
required: true
- type: textarea
attributes:
label: 🖵 Terminal Output
description: Copy output from terminal/console/shell -- the SpotX 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