/ .github / ISSUE_TEMPLATE / feature-report.yml
feature-report.yml
 1  name: Feature Request
 2  description: Open a feature request to Tidal-Media-Downloader.
 3  title: "[FEATURE]: "
 4  labels: feature request
 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 for which tool you want a feature to be added.
17        placeholder: |
18          tidal-gui or tidal-dl
19      validations:
20        required: true
21    - type: textarea
22      id: feature
23      attributes:
24        label: Describe the feature
25        description: Describe the feature 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