We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 123c0db commit 90f96ebCopy full SHA for 90f96eb
.github/ISSUE_TEMPLATE/bug.md
@@ -1,8 +1,8 @@
1
---
2
-name: "🐛 Bug"
+name: "\U0001F41B Bug"
3
about: Report a bug in Mithril
4
title: ''
5
-labels: bug
+labels: 'Type: Bug'
6
assignees: isiahmeadows
7
8
.github/ISSUE_TEMPLATE/feature-or-enhancement.md
-name: "🚀 Feature or Enhancement"
+name: "\U0001F680 Feature or Enhancement"
about: Suggest an idea or feature for Mithril
-labels: enhancement
+labels: 'Type: Enhancement'
.github/ISSUE_TEMPLATE/question.md
-name: "🙋♀️ Question"
+name: "\U0001F64B♀️ Question"
about: Ask a question about Mithril
-labels: question
+labels: 'Type: Question'
assignees: ''
0 commit comments