From 7f7d77b3d9273dc62e79537f1304eaf197e98db8 Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Mon, 19 Aug 2019 13:00:32 -0400 Subject: [PATCH] chore: Add labels to issue templates --- .github/ISSUE_TEMPLATE/Bug_report.md | 8 ++++++-- .github/ISSUE_TEMPLATE/Feature_request.md | 9 ++++++--- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index a43e6377..75e1aa65 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -1,6 +1,10 @@ --- -name: 🐛 Bug Report -about: If something isn't working as expected 🤔. +name: "\U0001F41B Bug Report" +about: "If something isn't working as expected \U0001F914." +title: '' +labels: "\U0001F41B bug" +assignees: '' + --- ## Bug Report diff --git a/.github/ISSUE_TEMPLATE/Feature_request.md b/.github/ISSUE_TEMPLATE/Feature_request.md index 157d308f..2c27d6a7 100644 --- a/.github/ISSUE_TEMPLATE/Feature_request.md +++ b/.github/ISSUE_TEMPLATE/Feature_request.md @@ -1,10 +1,13 @@ --- -name: 🚀 Feature Request -about: I have a suggestion (and may want to implement it 🙂)! +name: "\U0001F680 Feature Request" +about: "I have a suggestion (and may want to implement it \U0001F642)!" +title: '' +labels: "✨ enhancement" +assignees: '' + --- ## Feature Request - #### Is your feature request related to a problem? Please describe.