diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml new file mode 100644 index 00000000..2b716482 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -0,0 +1,77 @@ +name: ๐Ÿ› Report a Bug +description: Report a problem with Multiverse-Core. +title: "[Bug]: " +labels: ["Bug: Unconfirmed"] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + + If you are having issues with other submodules of Multiverse, please go to their respective git repo: + Multiverse-Portals: https://github.com/Multiverse/Multiverse-Portals/issues/new/choose + Multiverse-NetherPortals: https://github.com/Multiverse/Multiverse-NetherPortals/issues/new/choose + Multiverse-Inventories: https://github.com/Multiverse/Multiverse-Inventories/issues/new/choose + Multiverse-SignPortals: https://github.com/Multiverse/Multiverse-SignPortals/issues/new/choose + + Not sure if this is a bug with Multiverse-Core? Feel free to ask on our Discord server: https://discord.gg/NZtfKky + + When completing the report, please out the template in full. Failure to do so will result in your issue being closed. + - type: input + id: mutliverse-version-info + attributes: + label: `/mv version -p` output + description: Run `/mv version -p` in the console, then copy and paste the link from the output of the command into this box. + validations: + required: true + - type: input + id: server-logs + attributes: + label: Server logs + description: > + Include full startup log and console error (if any). upload all relevant logs to either https://paste.gg + or https://gist.github.com, save and the paste the link in this box. + validations: + required: true + - type: textarea + id: server-version + attributes: + label: Server Version + description: Output of `/version` command. + placeholder: server version info + render: shell + validations: + required: true + - type: textarea + id: bug-description + attributes: + label: Server Version + description: Describe in detail what the bug is about. Include the expected behaviour and actual behaviour. + placeholder: "Example: When running `/mv` it cause the server to crash..." + validations: + required: true + - type: textarea + id: reproduce-steps + attributes: + label: Steps to reproduce + description: Provide detailed intructions to trigger the bug. + placeholder: | + Example: + 1. Start a server with only multiverse installed. + 2. Run `/mv` command. + 3. Players all get kicked with a "server closed" message. + ... + validations: + required: true + - type: checkboxes + id: agreements + attributes: + label: Agreements + description: Ensure you have done the following being submitting this issue. + options: + - label: I have searched for and ensured there isn't already an open or resolved issue(s) regarding this. + required: true + - label: > + I was able 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. + required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 7beb1efd..9ae1a0fc 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,5 @@ blank_issues_enabled: false contact_links: - - name: ๐Ÿ’ฌ โ€‹Multiverse Discord Server + - 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/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml new file mode 100644 index 00000000..5fccbe5c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -0,0 +1,41 @@ +name: ๐Ÿ’ก Request a Feature +description: Suggest a feature you want to see in Multiverse-Core! +title: "[Idea]: " +labels: ["Type: Idea"] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to share your ideas! + + If you are look for other submodules of Multiverse, go to their respective git repo: + Multiverse-Portals: https://github.com/Multiverse/Multiverse-Portals/issues/new/choose + Multiverse-NetherPortals: https://github.com/Multiverse/Multiverse-NetherPortals/issues/new/choose + Multiverse-Inventories: https://github.com/Multiverse/Multiverse-Inventories/issues/new/choose + Multiverse-SignPortals: https://github.com/Multiverse/Multiverse-SignPortals/issues/new/choose + + Not sure if your feature fits in Multiverse-Core? Feel free to ask on our Discord server: https://discord.gg/NZtfKky + - type: textarea + id: feature-description + attributes: + label: Describe the feature + description: What feature are you suggesting? + placeholder: "Example: I hope multiverse can implement random teleport feature..." + validations: + required: true + - type: textarea + id: feature-reasoning + attributes: + label: How is the feature useful all Multiverse users? + description: How is the feature useful to all players, server owners and/or developers? + placeholder: "Example: Random teleporting cam be integrated into many multiverse modules such as mv-portals..." + validations: + required: true + - type: checkboxes + id: agreements + attributes: + label: Agreements + description: Ensure you have done the following being submitting this issue. + options: + - label: I have searched for and ensured there isn't already an open issue regarding this. + required: true diff --git a/.github/ISSUE_TEMPLATE/help.md b/.github/ISSUE_TEMPLATE/help.md deleted file mode 100644 index 65c4cff0..00000000 --- a/.github/ISSUE_TEMPLATE/help.md +++ /dev/null @@ -1,56 +0,0 @@ ---- -name: โ“ Help! -about: Encountered a problem with Multiverse-Core? Not sure how to fix it? -title: '' -labels: 'Type: Assistance' -assignees: '' - ---- - - - -### Information - -* **Server version:** - -* **Full output of `/mv version -p`:** - -* **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 deleted file mode 100644 index 6ec78848..00000000 --- a/.github/ISSUE_TEMPLATE/report-a-bug.md +++ /dev/null @@ -1,59 +0,0 @@ ---- -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: Unconfirmed' -assignees: '' - ---- - - - -### Information - -* **Server version:** - -* **Full output of `/mv version -p`:** - -* **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** - diff --git a/.github/ISSUE_TEMPLATE/request-a-feature.md b/.github/ISSUE_TEMPLATE/request-a-feature.md deleted file mode 100644 index 4c6eb236..00000000 --- a/.github/ISSUE_TEMPLATE/request-a-feature.md +++ /dev/null @@ -1,54 +0,0 @@ ---- -name: ๐Ÿ’ก Request a Feature -about: Suggest a feature you want to see in Multiverse-Core! -title: '' -labels: 'Type: Idea' -assignees: '' - ---- - - - -### Feature request - -**Feature description** - - -**How the feature is useful** - \ No newline at end of file