From ff711a12a2ecdb9ec96b97ab36cf949bdafb6a1c Mon Sep 17 00:00:00 2001 From: jetfir3 <95306468+jetfir3@users.noreply.github.com> Date: Tue, 29 Nov 2022 10:51:18 -0500 Subject: [PATCH] Create bug_report.yml --- .../workflows/ISSUE_TEMPLATE/bug_report.yml | 101 ++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 .github/workflows/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/workflows/ISSUE_TEMPLATE/bug_report.yml b/.github/workflows/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..c2a2c95 --- /dev/null +++ b/.github/workflows/ISSUE_TEMPLATE/bug_report.yml @@ -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 README. Also check the open and closed issues 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 Country or region. + 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 Your 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: e.g. Spotify for Linux 1.1.98.683.g5a3b77ad + - Click Spotify โ†’ About Spotify โ†’ About Spotify + - Click on the `Copy version info` button to copy the Spotify version info to your clipboard. + - Distro: e.g. Ubuntu 22.04.1 LTS (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. bash + - 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 +