From 6e9dae6424c1506575f5815997bd571add0e404b Mon Sep 17 00:00:00 2001 From: Michael Starke Date: Tue, 15 May 2018 14:40:50 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/Bug_report.md | 2 +- .github/ISSUE_TEMPLATE/Feature_request.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index 1fe633ad..855c6061 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -1,5 +1,5 @@ --- -name: "[Bug] Bug report" +name: Bug report about: Create a report to help us improve --- diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md index c3dd75ab..53842951 100644 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -1,5 +1,5 @@ --- -name: "[Feature Request] Feature request" +name: Feature request about: Suggest an idea for this project ---