Update issue templates (#2485)

This commit is contained in:
Isiah Meadows 2019-07-24 06:45:49 -04:00 committed by GitHub
parent 123c0dbaf1
commit 90f96ebfee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -1,8 +1,8 @@
---
name: "🐛 Bug"
name: "\U0001F41B Bug"
about: Report a bug in Mithril
title: ''
labels: bug
labels: 'Type: Bug'
assignees: isiahmeadows
---

View file

@ -1,8 +1,8 @@
---
name: "🚀 Feature or Enhancement"
name: "\U0001F680 Feature or Enhancement"
about: Suggest an idea or feature for Mithril
title: ''
labels: enhancement
labels: 'Type: Enhancement'
assignees: isiahmeadows
---

View file

@ -1,8 +1,8 @@
---
name: "🙋‍♀️ Question"
name: "\U0001F64B‍♀️ Question"
about: Ask a question about Mithril
title: ''
labels: question
labels: 'Type: Question'
assignees: ''
---