From 0c6c212acedd4cf6f914eecdb08d1d9fb5af950c Mon Sep 17 00:00:00 2001 From: Andrew Bradley Date: Wed, 4 Mar 2020 17:47:54 -0500 Subject: [PATCH] Fix issue templates (#974) * Update bug-report.md * Update feature-request.md --- .github/ISSUE_TEMPLATE/bug-report.md | 1 + .github/ISSUE_TEMPLATE/feature-request.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index ab0788ec5..139253349 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,3 +1,4 @@ +--- name: 'Bug report' --- diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 7043b73d1..fedda4b59 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -1,3 +1,4 @@ +--- name: 'Feature request' ---