From d48080adf102c6970a330a0117b16cf82f3d3d03 Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Tue, 4 Jun 2019 08:01:18 +0100 Subject: [PATCH] Auto-label bug reports & delete old issue template --- .github/ISSUE_TEMPLATE.md | 15 --------------- .github/ISSUE_TEMPLATE/---bug-report.md | 2 +- .github/ISSUE_TEMPLATE/--feature-request.md | 2 +- 3 files changed, 2 insertions(+), 17 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 30bd9fb9e..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,15 +0,0 @@ -## steps - - - -## problem - - - -## expectation - - - -## notes - -sbt version: *insert sbt version* diff --git a/.github/ISSUE_TEMPLATE/---bug-report.md b/.github/ISSUE_TEMPLATE/---bug-report.md index de5fd0e59..cde62afb7 100644 --- a/.github/ISSUE_TEMPLATE/---bug-report.md +++ b/.github/ISSUE_TEMPLATE/---bug-report.md @@ -2,7 +2,7 @@ name: "\U0001F41B Bug report" about: Create a report to help us improve title: '' -labels: '' +labels: Bug assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/--feature-request.md b/.github/ISSUE_TEMPLATE/--feature-request.md index a4dc08040..5ef8d3776 100644 --- a/.github/ISSUE_TEMPLATE/--feature-request.md +++ b/.github/ISSUE_TEMPLATE/--feature-request.md @@ -1,5 +1,5 @@ --- -name: "\U0001F389Feature request" +name: "\U0001F389 Feature request" about: Suggest an idea for this project title: '' labels: ''