diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 219dac12..3d78ccb5 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -1,8 +1,8 @@ --- -name: "🐛 Bug" +name: "\U0001F41B Bug" about: Report a bug in Mithril title: '' -labels: bug +labels: 'Type: Bug' assignees: isiahmeadows --- diff --git a/.github/ISSUE_TEMPLATE/feature-or-enhancement.md b/.github/ISSUE_TEMPLATE/feature-or-enhancement.md index 873905a7..86154eba 100644 --- a/.github/ISSUE_TEMPLATE/feature-or-enhancement.md +++ b/.github/ISSUE_TEMPLATE/feature-or-enhancement.md @@ -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 --- diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 09ea06b7..a2cb60e1 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,8 +1,8 @@ --- -name: "🙋‍♀️ Question" +name: "\U0001F64B‍♀️ Question" about: Ask a question about Mithril title: '' -labels: question +labels: 'Type: Question' assignees: '' ---