Create bug_report.yml

This commit is contained in:
jetfir3 2022-11-29 10:53:24 -05:00 committed by GitHub
parent 0dd891f9b9
commit 63cae6652d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

101
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View File

@ -0,0 +1,101 @@
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>Spotify for Linux 1.1.98.683.g5a3b77ad</kbd>
- Click <kbd>Spotify</kbd> → <kbd>About Spotify</kbd> → <kbd>About Spotify</kbd>
- Click on the `Copy version info` button to copy the Spotify version info to your clipboard.
- 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