From 4e1f5e9401b7b9158bfb45a0bf5b4c5fd0cbe1ae Mon Sep 17 00:00:00 2001 From: games647 Date: Tue, 22 Jun 2021 13:25:57 +0200 Subject: [PATCH] Add icons to issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/enhancement_request.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index cac47aa2..79cd1b98 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,5 +1,5 @@ --- -name: Bug report +name: 🐞 Bug report about: Something isn't working, broken, not expected behavior title: '' labels: 'bug' @@ -40,4 +40,4 @@ assignees: '' ### Configuration: [//]: # (No images please - only the textual representation) [//]: # (remember to delete any sensitive data) -[Hastebin](https://hastebin.com/) / [Gist](https://gist.github.com/) link of your config.yml file +[Hastebin](https://hastebin.com/) / [Gist](https://gist.github.com/) link of your config.yml file diff --git a/.github/ISSUE_TEMPLATE/enhancement_request.md b/.github/ISSUE_TEMPLATE/enhancement_request.md index c267a165..ba426d61 100644 --- a/.github/ISSUE_TEMPLATE/enhancement_request.md +++ b/.github/ISSUE_TEMPLATE/enhancement_request.md @@ -1,5 +1,5 @@ --- -name: Enhancement request +name: 💡 Enhancement request about: New feature or change request title: '' labels: 'enhancement'