From d60a3a34bc9d2301cb2b533618d095637cc20664 Mon Sep 17 00:00:00 2001 From: Marc Rousavy Date: Tue, 23 Feb 2021 15:30:42 +0100 Subject: [PATCH] fix issue template emojis --- .github/ISSUE_TEMPLATE/BUG_REPORT.md | 4 ++-- .github/ISSUE_TEMPLATE/QUESTION.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md index e28e4f7..7ab6fa0 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.md +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -1,7 +1,7 @@ --- -name: "\U0001F41B Bug report" +name: "🐛 Bug report" about: Report a bug -title: "\U0001F41B " +title: "🐛 " labels: bug assignees: '' diff --git a/.github/ISSUE_TEMPLATE/QUESTION.md b/.github/ISSUE_TEMPLATE/QUESTION.md index 44aa74b..46d16db 100644 --- a/.github/ISSUE_TEMPLATE/QUESTION.md +++ b/.github/ISSUE_TEMPLATE/QUESTION.md @@ -1,7 +1,7 @@ --- -name: "\U0002753 Question" +name: "❓ Question" about: Ask a question about the library -title: "\U0002753 " +title: "❓ " labels: question assignees: ''