Fix issue template label (#2437)

* Fix issue template label

* Remove "type: " from label
This commit is contained in:
Ben Woo 2020-10-08 10:32:32 +08:00 committed by GitHub
parent e5fe1fe565
commit f189eb3b7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
name: ❓ Help!
about: Encountered a problem with Multiverse-Core? Not sure how to fix it?
title: ''
labels: 'type: Assistance'
labels: 'Assistance'
assignees: ''
---

View File

@ -2,7 +2,7 @@
name: 🐛 Report a Bug
about: Report a Multiverse-Core bug. Only use this if you're 100% sure it's something wrong with Multiverse-Core - otherwise, try "Help!".
title: ''
labels: 'type: Bug'
labels: 'Bug'
assignees: ''
---

View File

@ -2,7 +2,7 @@
name: 💡 Request a Feature
about: Suggest a feature you want to see in Multiverse-Core!
title: ''
labels: 'type: Suggestion'
labels: 'Suggestion'
assignees: ''
---