Added auto label and config.yml to issue template

This commit is contained in:
benwoo1110 2020-10-05 16:39:16 +08:00
parent c1a3d48944
commit 32170cc089
4 changed files with 17 additions and 3 deletions

5
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: 💬 Multiverse Discord Server
url: https://discord.gg/NZtfKky
about: Need help with using Multiverse-Core or just want to chat with the devs? Join the Multiverse Discord Server for help!

View File

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

View File

@ -1,6 +1,9 @@
---
name: Report a Bug
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'
assignees: ''
---

View File

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