You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: This issue template is designed to help you report problems and suggest improvements for our project.
3
+
labels: bug
4
+
body:
5
+
- type: textarea
6
+
attributes:
7
+
label: Describe the bug
8
+
description: Describe the issue in detail here, including any relevant context or background information. Be clear and concise.
9
+
placeholder: |
10
+
Enter your description here
11
+
render: yaml
12
+
validations:
13
+
required: true
14
+
15
+
- type: textarea
16
+
attributes:
17
+
label: Steps to reproduce
18
+
description: |
19
+
Steps to reproduce the behavior (bug)
20
+
placeholder: |
21
+
Example:
22
+
1. Go to Main tab
23
+
2. Tap to the music
24
+
3. See error
25
+
render: yaml
26
+
validations:
27
+
required: true
28
+
29
+
- type: textarea
30
+
attributes:
31
+
label: Crashlog
32
+
description: |
33
+
**Do not put text from crashlog, include zipped Crashlog_File.ips instead**
34
+
35
+
**To find and attach your crashlog:**
36
+
1. Open the Analytics & Improvements section of Settings on the device.
37
+
2. Tap Analytics Data.
38
+
3. Locate the log for your app. The log name starts with YouTubeMusic_(DateTime).
39
+
4. Select the desired log.
40
+
5. Tap the Share icon, save it in the Files app, then zip saved file.
41
+
placeholder: |
42
+
Drag and drop your Crashlog.zip here.
43
+
validations:
44
+
required: false
45
+
46
+
- type: checkboxes
47
+
attributes:
48
+
label: Post Requisites
49
+
description: |
50
+
**IMPORTANT:** Read carefully before checking the box.
51
+
options:
52
+
- label: I have checked that a similar issue has not been reported before.
53
+
required: true
54
+
- label: Verified the relevance of the project and the version you are using.
55
+
required: true
56
+
- label: Provided a detailed description of the problem and have filled in all required fields.
57
+
required: true
58
+
- label: I did not answer truthfully to **ALL** the above checkboxes.
59
+
required: false
60
+
- label: By submitting this issue, **I confirm that I have filled in all the necessary fields and complied with the guidelines. Failure to comply may result in the issue being closed without discussion, and repeated violations may lead to restrict account from further participation.**
description: This template is designed to help you suggest improvements or new features for our project.
3
+
labels: enhancement
4
+
body:
5
+
- type: textarea
6
+
attributes:
7
+
label: Describe the feature request
8
+
description: Describe the feature or enhancement in detail here. Include any relevant context or background information. Be clear and concise.
9
+
placeholder: |
10
+
Enter your description here
11
+
render: yaml
12
+
validations:
13
+
required: true
14
+
15
+
- type: checkboxes
16
+
attributes:
17
+
label: Post Requisites
18
+
description: |
19
+
**IMPORTANT:** Read carefully before checking the box.
20
+
options:
21
+
- label: I have checked that a similar feature request has not been reported before.
22
+
required: true
23
+
- label: Verified the relevance of the project and the version you are using.
24
+
required: true
25
+
- label: Provided a detailed description of the request and have filled in all required fields.
26
+
required: true
27
+
- label: I did not answer truthfully to **ALL** the above checkboxes.
28
+
required: false
29
+
- label: By submitting this request, **I confirm that I have filled in all the necessary fields and complied with the guidelines. Failure to comply may result in the request being closed without discussion, and repeated violations may lead to restrict account from further participation.**
0 commit comments