Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 0 additions & 56 deletions .github/ISSUE_TEMPLATE/help.md

This file was deleted.

73 changes: 73 additions & 0 deletions .github/ISSUE_TEMPLATE/help.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
name: "❓ Help!"
description: "Encountered a problem with Multiverse-NetherPortals? Not sure how to fix it?"
labels: "Type: Assistance"

body:
- type: "markdown"
attributes:
value: |-
# Multiverse-NetherPortals help guide

Get latest builds from https://ci.onarandombox.com/view/Multiverse

If you need help with other submodules of Multiverse, go to their respective git repo:

- [Multiverse-Core](https://github.com/Multiverse/Multiverse-Core/issues)
- [Multiverse-Portals](https://github.com/Multiverse/Multiverse-Portals/issues)
- [Multiverse-Inventories](https://github.com/Multiverse/Multiverse-Inventories/issues)
- [Multiverse-SignPortals](https://github.com/Multiverse/Multiverse-SignPortals/issues)

Or come join our [Discord Server](https://discord.gg/NZtfKky) to get help sooner.
If you're happy to wait (or you were sent here from Discord), read on:

1. **Check the Usage and FAQ pages to see if it answers your queries:**
- [Basics (NetherPortals)](https://github.com/Multiverse/Multiverse-Core/wiki/Basics-(NetherPortals))
- [FAQ (NetherPortals)](https://github.com/Multiverse/Multiverse-Core/wiki/FAQ-(NetherPortals))
2. **Fill out the template.**
This will help us understand what problem you've encountered and help us find a solution.
3. **When linking files, do not attach them to the post!**
Copy and paste any logs into https://gist.github.com or other similar service.

## Information
- type: "input"
attributes:
label: "Server Version"
description: "Insert the output of the `/version` command."
placeholder: "Output of '/version' here."
validations:
required: true
- type: "input"
attributes:
label: "Full output of `/mv version -p`"
description: "Insert the generated paste.gg URL. If the command didn't work, use `/mv version -b` instead!"
placeholder: "https://paste.gg/..."
validations:
required: true
- type: "input"
attributes:
label: "Server Log"
description: "Upload the content of `logs/latest.log` to https://gist.github.com or similar service and provide the URL."
placeholder: "https://gist.github.com/..."
validations:
required: true
- type: "markdown"
attributes:
value: "## Help request"
- type: "textarea"
attributes:
label: "Problem"
description: "What problem did you encounter? Describe it here."
placeholder: "When doing X does Y happen."
validations:
required: true
- type: "textarea"
attributes:
label: "What I have tried"
description: "What have you tried so far?"
placeholder: "I tried to ..."
validations:
required: true
- type: "textarea"
attributes:
label: "Screenshots"
description: "Upload screenshots here, if relevant"
59 changes: 0 additions & 59 deletions .github/ISSUE_TEMPLATE/report-a-bug.md

This file was deleted.

88 changes: 88 additions & 0 deletions .github/ISSUE_TEMPLATE/report-a-bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
name: "🐛 Report a Bug"
description: "Report a Multiverse-NetherPortals bug. Only use this if you're 100% sure it's something wrong with Multiverse-NetherPortals - otherwise, try 'Help!'."
labels: "Bug: Unconfirmed"

body:
- type: "markdown"
attributes:
value: |-
# Multiverse-NetherPortals help guide

Get latest builds from https://ci.onarandombox.com/view/Multiverse

If you are having issues with other submodules of Multiverse, go to their respective git repo:

- [Multiverse-Core](https://github.com/Multiverse/Multiverse-Core/issues)
- [Multiverse-Portals](https://github.com/Multiverse/Multiverse-Portals/issues)
- [Multiverse-Inventories](https://github.com/Multiverse/Multiverse-Inventories/issues)
- [Multiverse-SignPortals](https://github.com/Multiverse/Multiverse-SignPortals/issues)

If you're reporting a bug, please follow the following steps:

2. **Fill out the template in full.**
Run the commands in the console. Don't just put "latest" as a version, or we will ignore it.
3. **When linking files, do not attach them to the post!**
Copy and paste any logs into https://gist.github.com or other similar service.

## Information
- type: "input"
attributes:
label: "Server Version"
description: "Insert the output of the `/version` command."
placeholder: "Output of '/version' here."
validations:
required: true
- type: "input"
attributes:
label: "Full output of `/mv version -p`"
description: "Insert the generated paste.gg URL. If the command didn't work, use `/mv version -b` instead!"
placeholder: "https://paste.gg/..."
validations:
required: true
- type: "input"
attributes:
label: "Server Log"
description: "Upload the content of `logs/latest.log` to https://gist.github.com or similar service and provide the URL."
placeholder: "https://gist.github.com/..."
validations:
required: true
- type: "markdown"
attributes:
value: "## Details"
- type: "dropdown"
attributes:
label: "I was able to reproduce my issue on a freshly setup and up-to-date server"
description: "Please answer this truthfully."
options:
- 'Yes'
- 'No'
validations:
required: true
- type: "textarea"
attributes:
label: "Description"
description: "A concise and informative description of the issue."
placeholder: "When doing X does Y happen because of Z."
validations:
required: true
- type: "textarea"
attributes:
label: "Steps to reproduce"
description: "Provide precise steps to reproduce the issue you're having."
placeholder: |-
1. Do this.
2.
3. Bug!
validations:
required: true
- type: "textarea"
attributes:
label: "Expected behaviour"
description: "What behaviour did you expect?"
placeholder: "I expected Multiverse-NetherPortals to..."
validations:
required: true
- type: "textarea"
attributes:
label: "Screenshots"
description: "Upload screenshots here, if relevant."
54 changes: 0 additions & 54 deletions .github/ISSUE_TEMPLATE/request-a-feature.md

This file was deleted.

47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/request-a-feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
name: "💡 Request a Feature"
description: "Suggest a feature you want to see in Multiverse-NetherPortals!"
labels: "Type: Idea"

body:
- type: "markdown"
attributes:
value: |-
# Multiverse-NetherPortals Feature request guide

Get latest builds from https://ci.onarandombox.com/view/Multiverse

If you have a feature request for another submodules of Multiverse, go to their respective git repo:

- [Multiverse-Core](https://github.com/Multiverse/Multiverse-Core/issues)
- [Multiverse-Portals](https://github.com/Multiverse/Multiverse-Portals/issues)
- [Multiverse-Inventories](https://github.com/Multiverse/Multiverse-Inventories/issues)
- [Multiverse-SignPortals](https://github.com/Multiverse/Multiverse-SignPortals/issues)

Not sure if your feature fits in Multiverse-NetherPortals? Feel free to ask on our [Discord server](https://discord.gg/NZtfKky).

If you have a feature suggestion for Multiverse-NetherPortals, read the following tips:

2. **Fill out the template.**
This will help us understand what you're requesting and why you want us to add it.
2. **Keep it simple.**
Make sure it's easy to understand what you're requesting. a good way is to keep it to one request per GitHub issue, as we can then easily track feature requests.
3. **Check whether it has already been asked or added.**
You can search the [Issue tracker](https://github.com/Multiverse/Multiverse-NetherPortals/issues) to see if your feature has already been requested.
4. **Ask yourself: "Does this belong in Multiverse-NetherPortals?"**
There are lots of features that we reject because most servers won't need or use them.
If your feature is very specific or already exists in another plugin, it might not be a good fit for Multiverse-NetherPortals.

## Feature request
- type: "textarea"
attributes:
label: "Feature Description"
description: "A concise and informative description of the feature."
placeholder: "Multiverse-NetherPortals should ..."
validations:
required: true
- type: "textarea"
attributes:
label: "How the feature is useful"
description: "Describe why this feature is useful for other players, server owners and/or other developers."
validations:
required: true
Loading