|
1 | 1 | name: Bug report |
2 | 2 | description: File a bug/issue |
3 | 3 | title: "BUG | short description of your bug" |
4 | | -labels: [bug] |
| 4 | +labels: [ bug ] |
5 | 5 | body: |
6 | | - - type: checkboxes |
7 | | - attributes: |
8 | | - label: Is there an existing issue for this? |
9 | | - description: Please search to see if an issue already exists for the bug you encountered. |
10 | | - options: |
11 | | - - label: I have searched the existing issues |
12 | | - required: true |
13 | | - - type: textarea |
14 | | - attributes: |
15 | | - label: Current Behavior |
16 | | - description: A concise description of what you're experiencing. |
17 | | - validations: |
18 | | - required: false |
19 | | - - type: textarea |
20 | | - attributes: |
21 | | - label: Expected Behavior |
22 | | - description: A concise description of what you expected to happen. |
23 | | - validations: |
24 | | - required: false |
25 | | - - type: textarea |
26 | | - attributes: |
27 | | - label: Steps To Reproduce |
28 | | - description: Steps to reproduce the behavior. |
29 | | - placeholder: | |
30 | | - 1. In this environment... |
31 | | - 2. With this config... |
32 | | - 3. Run '...' |
33 | | - 4. See error... |
34 | | - validations: |
35 | | - required: false |
36 | | - - type: textarea |
37 | | - attributes: |
38 | | - label: Environment |
39 | | - description: | |
40 | | - examples: |
41 | | - - **OS**: Ubuntu 20.04 |
42 | | - - **Version**: 4.0.0 |
43 | | - value: | |
44 | | - - OS: |
45 | | - - Version: |
46 | | - render: markdown |
47 | | - validations: |
48 | | - required: false |
49 | | - - type: textarea |
50 | | - attributes: |
51 | | - label: Anything else? |
52 | | - description: | |
53 | | - Links? References? Anything that will give us more context about the issue you are encountering! |
54 | | -
|
55 | | - Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. |
56 | | -
|
57 | | - *[How do I find the log file?](https://github.com/ZephraCloud/Apple-Music-RPC/wiki/Creating-a-bug-report#how-do-i-find-the-log-file)* |
58 | | - validations: |
59 | | - required: false |
| 6 | + - type: markdown |
| 7 | + attributes: |
| 8 | + value: "## Welcome! Is there an existing issue for this?" |
| 9 | + - type: markdown |
| 10 | + attributes: |
| 11 | + value: "### Please search to see if an issue already exists for the bug you encountered." |
| 12 | + - type: textarea |
| 13 | + attributes: |
| 14 | + label: Current Behavior |
| 15 | + description: A concise description of what you're experiencing. |
| 16 | + validations: |
| 17 | + required: true |
| 18 | + - type: textarea |
| 19 | + attributes: |
| 20 | + label: Expected Behavior |
| 21 | + description: A concise description of what you expected to happen. |
| 22 | + validations: |
| 23 | + required: true |
| 24 | + - type: textarea |
| 25 | + attributes: |
| 26 | + label: Steps To Reproduce |
| 27 | + description: Steps to reproduce the behavior. |
| 28 | + placeholder: | |
| 29 | + 1. In this environment... |
| 30 | + 2. With this config... |
| 31 | + 3. Run '...' |
| 32 | + 4. See error... |
| 33 | + validations: |
| 34 | + required: false |
| 35 | + - type: input |
| 36 | + attributes: |
| 37 | + label: OS |
| 38 | + description: What operating system are you using? |
| 39 | + placeholder: ex. Windows 10 |
| 40 | + validations: |
| 41 | + required: true |
| 42 | + - type: input |
| 43 | + attributes: |
| 44 | + label: OS Version |
| 45 | + description: What version of the operating system are you using? |
| 46 | + placeholder: ex. 20H2 |
| 47 | + validations: |
| 48 | + required: false |
| 49 | + - type: input |
| 50 | + attributes: |
| 51 | + label: AMRPC Version |
| 52 | + description: What version of AMRPC are you using? |
| 53 | + placeholder: ex. 4.0.0 |
| 54 | + validations: |
| 55 | + required: true |
| 56 | + - type: dropdown |
| 57 | + attributes: |
| 58 | + label: AMRPC Mode |
| 59 | + options: |
| 60 | + - iTunes |
| 61 | + - Apple Music |
| 62 | + default: 1 |
| 63 | + - type: textarea |
| 64 | + attributes: |
| 65 | + label: Anything else? |
| 66 | + description: | |
| 67 | + Links? References? Anything that will give us more context about the issue you are encountering! |
| 68 | + |
| 69 | + Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. |
| 70 | + |
| 71 | + *[How do I find the log file?](https://github.com/ZephraCloud/Apple-Music-RPC/wiki/Creating-a-bug-report#how-do-i-find-the-log-file)* |
| 72 | + validations: |
| 73 | + required: false |
0 commit comments