.update templates

This commit is contained in:
afkarxyz
2026-03-25 08:55:03 +07:00
parent fc520c1cc4
commit acec3c350e
2 changed files with 17 additions and 9 deletions
+11 -5
View File
@@ -8,12 +8,14 @@ body:
attributes: attributes:
value: | value: |
> **WARNING: Issues that do not follow this template will be deleted without review.** > **WARNING: Issues that do not follow this template will be deleted without review.**
>
> **Please keep `[Bug Report]` in the issue title and only continue after it.**
- type: textarea - type: textarea
id: problem id: problem
attributes: attributes:
label: Problem label: Problem
placeholder: Type here placeholder: e.g. Downloading a playlist stops after the first track with no error message.
validations: validations:
required: true required: true
@@ -21,6 +23,7 @@ body:
id: type id: type
attributes: attributes:
label: Type label: Type
description: Select the Spotify item type related to this bug.
options: options:
- Track - Track
- Album - Album
@@ -33,7 +36,7 @@ body:
id: spotify-url id: spotify-url
attributes: attributes:
label: Spotify URL label: Spotify URL
placeholder: Type here placeholder: e.g. https://open.spotify.com/track/4cOdK2wGLETKBW3PvgPWqT
validations: validations:
required: true required: true
@@ -41,7 +44,7 @@ body:
id: additional-context id: additional-context
attributes: attributes:
label: Additional Context label: Additional Context
placeholder: Type here or send screenshot/recording placeholder: e.g. Happens every time on this link. Screenshot or recording attached.
validations: validations:
required: true required: true
@@ -52,7 +55,8 @@ body:
- type: input - type: input
id: version id: version
attributes: attributes:
label: SpotiFLAC Version label: SpotiDownloader Version
placeholder: e.g. v7.1.0
validations: validations:
required: true required: true
@@ -60,6 +64,7 @@ body:
id: os id: os
attributes: attributes:
label: OS label: OS
placeholder: e.g. Windows 11 23H2
validations: validations:
required: true required: true
@@ -67,5 +72,6 @@ body:
id: location id: location
attributes: attributes:
label: Location label: Location
placeholder: e.g. Indonesia
validations: validations:
required: true required: true
+6 -4
View File
@@ -8,12 +8,14 @@ body:
attributes: attributes:
value: | value: |
> **WARNING: Issues that do not follow this template will be deleted without review.** > **WARNING: Issues that do not follow this template will be deleted without review.**
>
> **Please keep `[Feature Request]` in the issue title and only continue after it.**
- type: textarea - type: textarea
id: description id: description
attributes: attributes:
label: Description label: Description
placeholder: Type here placeholder: e.g. Add an option to choose the output naming format for downloaded tracks.
validations: validations:
required: true required: true
@@ -21,7 +23,7 @@ body:
id: use-case id: use-case
attributes: attributes:
label: Use Case label: Use Case
placeholder: Type here placeholder: e.g. I want downloaded files to follow a custom format like Artist - Title for easier library management.
validations: validations:
required: true required: true
@@ -29,6 +31,6 @@ body:
id: additional-context id: additional-context
attributes: attributes:
label: Additional Context label: Additional Context
placeholder: Type here or send screenshot/recording placeholder: e.g. Similar tools allow custom naming templates. Screenshot or mockup attached if needed.
validations: validations:
required: true required: true