From 01d039947a9048067d067c543a8e1f29cf2370a7 Mon Sep 17 00:00:00 2001 From: afkarxyz Date: Wed, 18 Mar 2026 23:14:10 +0700 Subject: [PATCH] Isue Templates --- .github/ISSUE_TEMPLATE/bug-report.md | 27 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature-request.md | 19 ++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..561f91b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,27 @@ +--- +name: Bug Report +about: 'WARNING: Issues that do not follow this template will be closed without review.' +title: "[Bug Report] " +labels: bug +assignees: '' + +--- + + + +#### Problem +Type here + +#### Type +Track / Album / Playlist / Artist + +#### Spotify URL +Type here + +#### Additional Context +Type here or send screenshot/recording + +#### Environment +- SpotiFLAC Version: +- OS: +- Location: diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 0000000..ff6a613 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,19 @@ +--- +name: Feature Request +about: 'WARNING: Issues that do not follow this template will be closed without review.' +title: "[Feature Request] " +labels: enhancement +assignees: '' + +--- + + + +#### Description +Type here + +#### Use Case +Type here + +#### Additional Context +Type here or send screenshot/recording