diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..7beb1efd --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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! diff --git a/.github/ISSUE_TEMPLATE/help.md b/.github/ISSUE_TEMPLATE/help.md index b9aded2f..a5f39391 100644 --- a/.github/ISSUE_TEMPLATE/help.md +++ b/.github/ISSUE_TEMPLATE/help.md @@ -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: '' --- diff --git a/.github/ISSUE_TEMPLATE/report-a-bug.md b/.github/ISSUE_TEMPLATE/report-a-bug.md index 9d69d3c0..069ff484 100644 --- a/.github/ISSUE_TEMPLATE/report-a-bug.md +++ b/.github/ISSUE_TEMPLATE/report-a-bug.md @@ -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: '' --- diff --git a/.github/ISSUE_TEMPLATE/request-a-feature.md b/.github/ISSUE_TEMPLATE/request-a-feature.md index 28f8fdd9..53d93f8c 100644 --- a/.github/ISSUE_TEMPLATE/request-a-feature.md +++ b/.github/ISSUE_TEMPLATE/request-a-feature.md @@ -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: '' ---