summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-08-19 13:00:32 -0400
committerGitHub <noreply@github.com>2019-08-19 13:00:32 -0400
commit7f7d77b3d9273dc62e79537f1304eaf197e98db8 (patch)
tree4c6e543b1532cad047b5870234aa8085615735cf
parent5b3641e50b3273e0f8ecb10b13a841282d204869 (diff)
chore: Add labels to issue templates
-rw-r--r--.github/ISSUE_TEMPLATE/Bug_report.md8
-rw-r--r--.github/ISSUE_TEMPLATE/Feature_request.md9
2 files changed, 12 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md
index a43e6377f..75e1aa656 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 157d308f4..2c27d6a74 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
-<!-- Please keep in mind that we are in the beginning phases of Starship and it may take some time to implement features until we have our base set up. -->
#### Is your feature request related to a problem? Please describe.
<!-- A clear and concise description of what the problem is. Ex. I have an issue when [...] -->