diff --git a/.github/ISSUE_TEMPLATE/help.md b/.github/ISSUE_TEMPLATE/help.md new file mode 100644 index 00000000..b9aded2f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/help.md @@ -0,0 +1,53 @@ +--- +name: Help! +about: Encountered a problem with Multiverse-Core? Not sure how to fix it? + +--- + + + +### Information + +* **Server version:** + +* **Full output of `/mv version -b`:** + +* **Server log:** + +### Help request + +**Problem** + + +**What I have tried** + + +**Screenshots** + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/report-a-bug.md b/.github/ISSUE_TEMPLATE/report-a-bug.md new file mode 100644 index 00000000..36c8ca05 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/report-a-bug.md @@ -0,0 +1,56 @@ +--- +name: Report a Bug +about: Report an Multiverse-Core bug. Only use this if you're 100% sure it's something wrong with Multiverse-Core - otherwise, try "Help!". + +--- + + + +### Information + +* **Server version:** + +* **Full output of `/mv version -b`:** + +* **Server log:** + +### Details +I was **``** to reproduce my issue on a freshly setup and up-to-date server with the latest version of Multiverse plugins with no other plugins and with no kinds of other server or client mods. + +**Description** + + +**Steps to reproduce** + + +**Expected behavior** + + +**Screenshots** + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/request-a-feature.md b/.github/ISSUE_TEMPLATE/request-a-feature.md new file mode 100644 index 00000000..28f8fdd9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/request-a-feature.md @@ -0,0 +1,51 @@ +--- +name: Request a Feature +about: Suggest a feature you want to see in Multiverse-Core! + +--- + + + +### Feature request + +**Feature description** + + +**How the feature is useful** + \ No newline at end of file