/ .github / ISSUE_TEMPLATE / bug-report.yml
bug-report.yml
 1  name: Bug Report
 2  description: Create a bug report to help us improve.
 3  title: "[BUG]: "
 4  labels: bug
 5  body:
 6    - type: markdown
 7      attributes:
 8        value: |
 9          Please search for this issue in issues-page first. Avoid duplication.
10          Please read Wiki first.
11          https://github.com/yaronzz/Tidal-Media-Downloader/wiki
12    - type: textarea
13      id: which-tool
14      attributes:
15        label: Which tool
16        description: Describe which tool has been used.
17        placeholder: |
18          tidal-gui or tidal-dl
19      validations:
20        required: true
21    - type: textarea
22      id: version
23      attributes:
24        label: Version
25        description: Describe the version of the tool.
26        placeholder: |
27          eg 2019.12.1.0
28      validations:
29        required: true
30    - type: textarea
31      id: platform
32      attributes:
33        label: Platform
34        description: Describe the platform on which the tool has been used.
35        placeholder: |
36          Windows\Linux\Macos\Android
37      validations:
38        required: true
39    - type: textarea
40      id: describe-bug
41      attributes:
42        label: Describe the bug
43        description: Describe the bug as accurately as possible.
44        placeholder: |
45          How to reappear this bug? 
46          Which albumID\trackID\artistID?
47          Please describe in detail.
48      validations:
49        required: true
50    - type: textarea
51      id: logs
52      attributes:
53        label: Relevant log output
54        description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
55        render: shell
56      validations:
57        required: false
58    - type: textarea
59      id: screenshots
60      attributes:
61        label: Add screenshots
62        description: Please add screenshots if available.
63      validations:
64        required: false