/ .github / ISSUE_TEMPLATE / question-report.yml
question-report.yml
 1  name: Questions
 2  description: Question for the tool.
 3  title: "[QUESTION]: "
 4  labels: question
 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 the question is about.
17        placeholder: |
18          tidal-gui or tidal-dl
19      validations:
20        required: true
21    - type: textarea
22      id: question
23      attributes:
24        label: Describe your question
25        description: Describe your question as accurately as possible.
26      validations:
27        required: true
28    - type: textarea
29      id: screenshots
30      attributes:
31        label: Add screenshots
32        description: Please add screenshots if available.
33      validations:
34        required: false