From 1e14a3355362797ef319c2db239f4876cc7b682a Mon Sep 17 00:00:00 2001 From: Mark Sagi-Kazar Date: Thu, 5 Nov 2020 11:34:29 +0100 Subject: [PATCH] fix: missing frontmatter in issue templates Signed-off-by: Mark Sagi-Kazar --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++++ .github/ISSUE_TEMPLATE/feature_request.md | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9d393c46..e2dc5892 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,3 +1,7 @@ +--- +name: 🐛 Bug report +about: Create a report to help us improve our platform +---