From 2b41bd25ccf2173acfa82d416f0461b502745ef3 Mon Sep 17 00:00:00 2001 From: Send_Nukez Date: Tue, 9 Nov 2021 20:40:20 +0100 Subject: [PATCH] remove titles from issue templates as they are redundant with tags --- .github/ISSUE_TEMPLATE/bug_report.md | 6 +++--- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index fb946c6..b6cd1fa 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,7 +1,7 @@ --- name: Bug report -about: Create a report to help us improve -title: "[BUG] " +about: Create a report to help us improve (Preferably open this report from inside the dribbblish settings `About > Report Bugs` as it adds additional info automatically) +title: "" labels: ["bug"] assignees: "" @@ -18,7 +18,7 @@ If applicable, add screenshots to help explain your problem. **Desktop Setup** - Operating System: [e.g. Windows 10, MacOS 10.14] - - Spotify version [e.g. 1.1.71.560] from `Menu > Help > About` + - Spotify version [e.g. 1.1.71.560] from `Menu (Three dots top left) > Help > About` - Spicetify version [e.g. 2.4.1] run `spicetify -v` - Dribbblish version [e.g. 3.0.1] from `Dribblish Settings > About` diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 9e9ccdc..2d155a2 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,7 @@ --- name: Feature request about: Suggest an idea for this project -title: "[Feature] " +title: "" labels: ["enhancement"] assignees: ""