From b73d6a78a90e150735012affdad854fe607f67c9 Mon Sep 17 00:00:00 2001 From: Tyrrrz Date: Thu, 22 Apr 2021 21:43:52 +0300 Subject: [PATCH] Fix issue templates --- .github/ISSUE_TEMPLATE/bug-report.yml | 3 +-- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/ISSUE_TEMPLATE/feature-request.yml | 5 ++--- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 9ef5e13..c1b53e1 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,7 +1,6 @@ -name: "\U1F41E Bug report" +name: "\U0001F41E Bug report" description: Report broken functionality. labels: [bug] -issue_body: false body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index b56b89d..6ebbc28 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: - - name: Ask a question + - name: "\U0001F5E8 Ask a question" url: https://github.com/Tyrrrz/DiscordChatExporter/discussions/new about: Please ask and answer questions here. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index f539d7c..8c19052 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,7 +1,6 @@ -name: "\U1F5E8 Feature request" -description: Report broken functionality. +name: "\U00002728 Feature request" +description: Request a new feature. labels: [enhancement] -issue_body: false body: - type: markdown attributes: