From acec3c350e5d70fd5b01cbd1a7bd541b884735af Mon Sep 17 00:00:00 2001 From: afkarxyz Date: Wed, 25 Mar 2026 08:55:03 +0700 Subject: [PATCH] .update templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 16 +++++++++++----- .github/ISSUE_TEMPLATE/feature_request.yml | 10 ++++++---- 2 files changed, 17 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index e1f0b68..c114282 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -8,12 +8,14 @@ body: attributes: value: | > **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 id: problem attributes: label: Problem - placeholder: Type here + placeholder: e.g. Downloading a playlist stops after the first track with no error message. validations: required: true @@ -21,6 +23,7 @@ body: id: type attributes: label: Type + description: Select the Spotify item type related to this bug. options: - Track - Album @@ -33,7 +36,7 @@ body: id: spotify-url attributes: label: Spotify URL - placeholder: Type here + placeholder: e.g. https://open.spotify.com/track/4cOdK2wGLETKBW3PvgPWqT validations: required: true @@ -41,7 +44,7 @@ body: id: additional-context attributes: label: Additional Context - placeholder: Type here or send screenshot/recording + placeholder: e.g. Happens every time on this link. Screenshot or recording attached. validations: required: true @@ -52,7 +55,8 @@ body: - type: input id: version attributes: - label: SpotiFLAC Version + label: SpotiDownloader Version + placeholder: e.g. v7.1.0 validations: required: true @@ -60,6 +64,7 @@ body: id: os attributes: label: OS + placeholder: e.g. Windows 11 23H2 validations: required: true @@ -67,5 +72,6 @@ body: id: location attributes: label: Location + placeholder: e.g. Indonesia validations: - required: true \ No newline at end of file + required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 65e7f33..f91add4 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -8,12 +8,14 @@ body: attributes: value: | > **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 id: description attributes: label: Description - placeholder: Type here + placeholder: e.g. Add an option to choose the output naming format for downloaded tracks. validations: required: true @@ -21,7 +23,7 @@ body: id: use-case attributes: 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: required: true @@ -29,6 +31,6 @@ body: id: additional-context attributes: 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: - required: true \ No newline at end of file + required: true