From 1601dd6496052d2d2e6f9b87daf14a9df5fb66ed Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 9 Dec 2022 10:46:53 +0100 Subject: [PATCH] Add emoji in front of issue template names MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit … so it's faster to look for the right thing. --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/doc-improvement.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9485371e..727680c0 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: Oh no, it's a bug. Let's squash it! title: '' labels: type/bug, untriaged diff --git a/.github/ISSUE_TEMPLATE/doc-improvement.md b/.github/ISSUE_TEMPLATE/doc-improvement.md index 8e0d3d57..7efb9859 100644 --- a/.github/ISSUE_TEMPLATE/doc-improvement.md +++ b/.github/ISSUE_TEMPLATE/doc-improvement.md @@ -1,5 +1,5 @@ --- -name: Documentation improvement +name: 📖 Documentation improvement about: You have a suggestion for the documentation? title: '' labels: type/docs, untriaged diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 6f6cdd2d..ff055643 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,5 +1,5 @@ --- -name: Feature Request +name: 💡 Feature Request about: Have a suggestion? title: '' labels: untriaged