|
| 1 | +name: Bug Report |
| 2 | +description: Report a YouTube Music bug |
| 3 | +title: "[Bug]: " |
| 4 | +labels: "bug :beetle:" |
| 5 | +body: |
| 6 | +- type: checkboxes |
| 7 | + attributes: |
| 8 | + label: Preflight Checklist |
| 9 | + description: Please ensure you've completed all of the following. |
| 10 | + options: |
| 11 | + - label: I use the latest version of YouTube Music (Application). |
| 12 | + required: true |
| 13 | + - label: I have searched the [issue tracker](https://github.com/th-ch/youtube-music/issues) for a bug report that matches the one I want to file, without success. |
| 14 | + required: true |
| 15 | +- type: input |
| 16 | + attributes: |
| 17 | + label: YouTube Music (Application) Version |
| 18 | + description: | |
| 19 | + What version of YouTube Music Application are you using? |
| 20 | +
|
| 21 | + Note: Please check if this issue is reproducible with the latest stable release. |
| 22 | + placeholder: 2.0.0 |
| 23 | + validations: |
| 24 | + required: true |
| 25 | +- type: dropdown |
| 26 | + attributes: |
| 27 | + label: What operating system are you using? |
| 28 | + options: |
| 29 | + - Windows |
| 30 | + - macOS |
| 31 | + - Ubuntu |
| 32 | + - Other Linux |
| 33 | + - Other (specify below) |
| 34 | + validations: |
| 35 | + required: true |
| 36 | +- type: input |
| 37 | + attributes: |
| 38 | + label: Operating System Version |
| 39 | + description: What operating system version are you using? On Windows, click Start button > Settings > System > About. On macOS, click the Apple Menu > About This Mac. On Linux, use lsb_release or uname -a. |
| 40 | + placeholder: "e.g. Windows 10 version 1909, macOS Catalina 10.15.7, or Ubuntu 20.04" |
| 41 | + validations: |
| 42 | + required: true |
| 43 | +- type: dropdown |
| 44 | + attributes: |
| 45 | + label: What arch are you using? |
| 46 | + options: |
| 47 | + - x64 |
| 48 | + - ia32 |
| 49 | + - arm64 (including Apple Silicon) |
| 50 | + - Other (specify below) |
| 51 | + validations: |
| 52 | + required: true |
| 53 | +- type: input |
| 54 | + attributes: |
| 55 | + label: Last Known Working YouTube Music (Application) version |
| 56 | + description: (If applicable) What is the last version of YouTube Music this worked in? |
| 57 | + placeholder: 1.20.0 |
| 58 | +- type: textarea |
| 59 | + attributes: |
| 60 | + label: Expected Behavior |
| 61 | + description: A clear and concise description of what you expected to happen. (Add a replication step if applicable) |
| 62 | + validations: |
| 63 | + required: true |
| 64 | +- type: textarea |
| 65 | + attributes: |
| 66 | + label: Actual Behavior |
| 67 | + description: A clear description of what actually happens. |
| 68 | + validations: |
| 69 | + required: true |
| 70 | +- type: textarea |
| 71 | + attributes: |
| 72 | + label: Additional Information |
| 73 | + description: If your problem needs further explanation, or if the issue you're seeing cannot be reproduced in a gist, please add more information here. |
0 commit comments