diff --git a/.github/ISSUE_TEMPLATE/help.md b/.github/ISSUE_TEMPLATE/help.md index a5f39391..e7a615ff 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: 'type: Assistance' +labels: 'Assistance' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/report-a-bug.md b/.github/ISSUE_TEMPLATE/report-a-bug.md index 069ff484..37143b42 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: 'type: Bug' +labels: 'Bug' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/request-a-feature.md b/.github/ISSUE_TEMPLATE/request-a-feature.md index 53d93f8c..60447ab4 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: 'type: Suggestion' +labels: 'Suggestion' assignees: '' ---