diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml new file mode 100644 index 0000000..50d429e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index c301902..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,25 +0,0 @@ ---- -name: Bug report -about: Create a bug report to help us improve -title: "[BUG] xxxxxxxxxxxxx" -labels: bug ---- - - - - -**Which tool** - - -**Version** - - -**Platform** - - -**Bug description** - - -**Screenshot** \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..3ba13e0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false diff --git a/.github/ISSUE_TEMPLATE/feature-report.yml b/.github/ISSUE_TEMPLATE/feature-report.yml new file mode 100644 index 0000000..f0fbf03 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-report.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md deleted file mode 100644 index e25604f..0000000 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: Feature request -about: Open a feature request to Tidal-Media-Downloader -title: "[FEATURE] xxxxxxxxxxxxx" -labels: feature request ---- - - - - -**Which tool** - - -**Which feature** - - -**Description** - diff --git a/.github/ISSUE_TEMPLATE/question-report.yml b/.github/ISSUE_TEMPLATE/question-report.yml new file mode 100644 index 0000000..8a1c394 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/question-report.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md deleted file mode 100644 index c8537e1..0000000 --- a/.github/ISSUE_TEMPLATE/question.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -name: Question -about: Question for the tool -title: "[QUESTION] xxxxxxxxxxxxx" -labels: question ---- - - - - -**Which tool** - - -**Question**