mirror of
https://github.com/yaronzz/Tidal-Media-Downloader.git
synced 2026-01-16 16:04:25 -05:00
Merge pull request #860 from bladeoner/reports
Replace bug, feature request and question reports
This commit is contained in:
64
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
Normal file
64
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
Normal file
@@ -0,0 +1,64 @@
|
||||
name: Bug Report
|
||||
description: Create a bug report to help us improve.
|
||||
title: "[BUG]: "
|
||||
labels: bug
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Please search for this issue in issues-page first. Avoid duplication.
|
||||
Please read Wiki first.
|
||||
https://github.com/yaronzz/Tidal-Media-Downloader/wiki
|
||||
- type: textarea
|
||||
id: which-tool
|
||||
attributes:
|
||||
label: Which tool
|
||||
description: Describe which tool has been used.
|
||||
placeholder: |
|
||||
tidal-gui or tidal-dl
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: version
|
||||
attributes:
|
||||
label: Version
|
||||
description: Describe the version of the tool.
|
||||
placeholder: |
|
||||
eg 2019.12.1.0
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: platform
|
||||
attributes:
|
||||
label: Platform
|
||||
description: Describe the platform on which the tool has been used.
|
||||
placeholder: |
|
||||
Windows\Linux\Macos\Android
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: describe-bug
|
||||
attributes:
|
||||
label: Describe the bug
|
||||
description: Describe the bug as accurately as possible.
|
||||
placeholder: |
|
||||
How to reappear this bug?
|
||||
Which albumID\trackID\artistID?
|
||||
Please describe in detail.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: logs
|
||||
attributes:
|
||||
label: Relevant log output
|
||||
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
||||
render: shell
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: screenshots
|
||||
attributes:
|
||||
label: Add screenshots
|
||||
description: Please add screenshots if available.
|
||||
validations:
|
||||
required: false
|
||||
25
.github/ISSUE_TEMPLATE/bug_report.md
vendored
25
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -1,25 +0,0 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a bug report to help us improve
|
||||
title: "[BUG] xxxxxxxxxxxxx"
|
||||
labels: bug
|
||||
---
|
||||
<!-- Please search for this issue in issues-page first. Avoid duplication. -->
|
||||
<!-- Please read Wiki first. -->
|
||||
<!-- https://github.com/yaronzz/Tidal-Media-Downloader/wiki -->
|
||||
|
||||
**Which tool**
|
||||
<!-- tidal-gui or tidal-dl -->
|
||||
|
||||
**Version**
|
||||
<!-- eg 2019.12.1.0 -->
|
||||
|
||||
**Platform**
|
||||
<!-- Windows\Linux\Macos\Android -->
|
||||
|
||||
**Bug description**
|
||||
<!-- How to reappear this bug?
|
||||
Which albumID\trackID\artistID?
|
||||
Please describe in detail. -->
|
||||
|
||||
**Screenshot**
|
||||
1
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
1
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1 @@
|
||||
blank_issues_enabled: false
|
||||
34
.github/ISSUE_TEMPLATE/feature-report.yml
vendored
Normal file
34
.github/ISSUE_TEMPLATE/feature-report.yml
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
name: Feature Request
|
||||
description: Open a feature request to Tidal-Media-Downloader.
|
||||
title: "[FEATURE]: "
|
||||
labels: feature request
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Please search for this issue in issues-page first. Avoid duplication.
|
||||
Please read Wiki first.
|
||||
https://github.com/yaronzz/Tidal-Media-Downloader/wiki
|
||||
- type: textarea
|
||||
id: which-tool
|
||||
attributes:
|
||||
label: Which tool
|
||||
description: Describe for which tool you want a feature to be added.
|
||||
placeholder: |
|
||||
tidal-gui or tidal-dl
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: feature
|
||||
attributes:
|
||||
label: Describe the feature
|
||||
description: Describe the feature as accurately as possible.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: screenshots
|
||||
attributes:
|
||||
label: Add screenshots
|
||||
description: Please add screenshots if available.
|
||||
validations:
|
||||
required: false
|
||||
18
.github/ISSUE_TEMPLATE/feature-request.md
vendored
18
.github/ISSUE_TEMPLATE/feature-request.md
vendored
@@ -1,18 +0,0 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Open a feature request to Tidal-Media-Downloader
|
||||
title: "[FEATURE] xxxxxxxxxxxxx"
|
||||
labels: feature request
|
||||
---
|
||||
<!-- Please search for this issue in issues-page first. Avoid duplication. -->
|
||||
<!-- Please read Wiki first. -->
|
||||
<!-- https://github.com/yaronzz/Tidal-Media-Downloader/wiki -->
|
||||
|
||||
**Which tool**
|
||||
<!-- tidal-gui or tidal-dl -->
|
||||
|
||||
**Which feature**
|
||||
<!-- eg. Support IOS -->
|
||||
|
||||
**Description**
|
||||
<!-- Please describe in detail. Screenshot-->
|
||||
34
.github/ISSUE_TEMPLATE/question-report.yml
vendored
Normal file
34
.github/ISSUE_TEMPLATE/question-report.yml
vendored
Normal file
@@ -0,0 +1,34 @@
|
||||
name: Questions
|
||||
description: Question for the tool.
|
||||
title: "[QUESTION]: "
|
||||
labels: question
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Please search for this issue in issues-page first. Avoid duplication.
|
||||
Please read Wiki first.
|
||||
https://github.com/yaronzz/Tidal-Media-Downloader/wiki
|
||||
- type: textarea
|
||||
id: which-tool
|
||||
attributes:
|
||||
label: Which tool
|
||||
description: Describe which tool the question is about.
|
||||
placeholder: |
|
||||
tidal-gui or tidal-dl
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: question
|
||||
attributes:
|
||||
label: Describe your question
|
||||
description: Describe your question as accurately as possible.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: screenshots
|
||||
attributes:
|
||||
label: Add screenshots
|
||||
description: Please add screenshots if available.
|
||||
validations:
|
||||
required: false
|
||||
17
.github/ISSUE_TEMPLATE/question.md
vendored
17
.github/ISSUE_TEMPLATE/question.md
vendored
@@ -1,17 +0,0 @@
|
||||
---
|
||||
name: Question
|
||||
about: Question for the tool
|
||||
title: "[QUESTION] xxxxxxxxxxxxx"
|
||||
labels: question
|
||||
---
|
||||
<!-- Please search for this issue in issues-page first. Avoid duplication. -->
|
||||
<!-- Please read Wiki first. -->
|
||||
<!--
|
||||
https://github.com/yaronzz/Tidal-Media-Downloader/wiki
|
||||
https://yaronzz.top/post/tidal_dl_installation/
|
||||
-->
|
||||
|
||||
**Which tool**
|
||||
<!-- tidal-gui or tidal-dl -->
|
||||
|
||||
**Question**
|
||||
Reference in New Issue
Block a user