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