From 9f97c13bf11023bdc67b734779548a3838598d12 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 14 Jan 2020 18:27:39 -0500 Subject: [PATCH] Remove issue title prefixes Use labels to categorize them instead. --- .github/ISSUE_TEMPLATE/bug_report.md | 2 -- .github/ISSUE_TEMPLATE/feature_request.md | 2 -- .github/ISSUE_TEMPLATE/how_to.md | 2 -- 3 files changed, 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2285f116b..02bd78ae1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,8 +2,6 @@ name: Bug report about: Doom might be misbehaving labels: is:bug -title: "[BUG] " -assignees: '' --- **What did you expect to happen?** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 4ba9dc351..f39feedc1 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,8 +2,6 @@ name: Feature request about: It'd be cool if Doom did/had/would... labels: is:new -title: "[REQUEST] " -assignees: '' --- **Describe the feature** diff --git a/.github/ISSUE_TEMPLATE/how_to.md b/.github/ISSUE_TEMPLATE/how_to.md index ceedfaacf..c4dd58329 100644 --- a/.github/ISSUE_TEMPLATE/how_to.md +++ b/.github/ISSUE_TEMPLATE/how_to.md @@ -2,8 +2,6 @@ name: How do I... about: How to get Doom/Emacs to behave a certain way labels: is:question -title: "[HOWTO] " -assignees: '' --- **What are you trying to achieve?**