diff --git a/.github/ISSUE_TEMPLATE/help.md b/.github/ISSUE_TEMPLATE/help.md index 395403db..65c4cff0 100644 --- a/.github/ISSUE_TEMPLATE/help.md +++ b/.github/ISSUE_TEMPLATE/help.md @@ -2,7 +2,7 @@ name: ❓ Help! about: Encountered a problem with Multiverse-Core? Not sure how to fix it? title: '' -labels: 'Assistance' +labels: 'Type: Assistance' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/report-a-bug.md b/.github/ISSUE_TEMPLATE/report-a-bug.md index d3cadd86..6ec78848 100644 --- a/.github/ISSUE_TEMPLATE/report-a-bug.md +++ b/.github/ISSUE_TEMPLATE/report-a-bug.md @@ -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: 'Bug' +labels: 'Bug: Unconfirmed' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/request-a-feature.md b/.github/ISSUE_TEMPLATE/request-a-feature.md index 60447ab4..4c6eb236 100644 --- a/.github/ISSUE_TEMPLATE/request-a-feature.md +++ b/.github/ISSUE_TEMPLATE/request-a-feature.md @@ -2,7 +2,7 @@ name: 💡 Request a Feature about: Suggest a feature you want to see in Multiverse-Core! title: '' -labels: 'Suggestion' +labels: 'Type: Idea' assignees: '' ---