chore: Add labels to issue templates

This commit is contained in:
Matan Kushner 2019-08-19 13:00:32 -04:00 committed by GitHub
parent 5b3641e50b
commit 7f7d77b3d9
2 changed files with 12 additions and 5 deletions

View File

@ -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

View File

@ -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 [...] -->