mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-01-23 16:51:28 +01:00
Add GitHub issue templates (#2385)
* Added issue templates * Fixed a typo * Added more details to template Added dev build link Need to enter `/server` output Declaration that issue is reproducible with only mv plugins * Added capitalization to issue title
This commit is contained in:
parent
242f05fc77
commit
05cf052204
53
.github/ISSUE_TEMPLATE/help.md
vendored
Normal file
53
.github/ISSUE_TEMPLATE/help.md
vendored
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
---
|
||||||
|
name: Help!
|
||||||
|
about: Encountered a problem with Multiverse-Core? Not sure how to fix it?
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- Multiverse-Core help guide
|
||||||
|
|
||||||
|
Don't write inside the arrows as they will be hidden when you post your issue.
|
||||||
|
|
||||||
|
Get latest build from: http://ci.onarandombox.com/view/Multiverse/
|
||||||
|
|
||||||
|
If you need help other submodules of Multiverse, go to their respective git repo:
|
||||||
|
Multiverse-Portals: https://github.com/Multiverse/Multiverse-Portals/issues
|
||||||
|
Multiverse-NetherPortals: https://github.com/Multiverse/Multiverse-NetherPortals/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 to get help sooner: https://discord.gg/NZtfKky
|
||||||
|
|
||||||
|
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:
|
||||||
|
https://github.com/Multiverse/Multiverse-Core/wiki/Basics
|
||||||
|
https://github.com/Multiverse/Multiverse-Core/wiki/FAQ
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
4. Delete this line and all above lines before posting your issue! -->
|
||||||
|
|
||||||
|
### Information
|
||||||
|
|
||||||
|
* **Server version:** <!-- Insert output of `/version` command -->
|
||||||
|
|
||||||
|
* **Full output of `/mv version -b`:** <!-- Replace this with the command output's https://pastebin.com link -->
|
||||||
|
|
||||||
|
* **Server log:** <!-- Upload `logs/latest.log` to https://gist.github.com/ -->
|
||||||
|
|
||||||
|
### Help request
|
||||||
|
|
||||||
|
**Problem**
|
||||||
|
<!-- What problem did you encounter? -->
|
||||||
|
|
||||||
|
**What I have tried**
|
||||||
|
<!-- What have you tried so far? -->
|
||||||
|
|
||||||
|
**Screenshots**
|
||||||
|
<!-- If relevant, include any screenshots here. -->
|
56
.github/ISSUE_TEMPLATE/report-a-bug.md
vendored
Normal file
56
.github/ISSUE_TEMPLATE/report-a-bug.md
vendored
Normal file
@ -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!".
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- Multiverse-Core bug reporting guide
|
||||||
|
|
||||||
|
Don't put anything inside this block, as it won't be included in the issue.
|
||||||
|
|
||||||
|
Get latest build from: http://ci.onarandombox.com/view/Multiverse/
|
||||||
|
|
||||||
|
If you are having issues with other submodules of Multiverse, go to their respective git repo:
|
||||||
|
Multiverse-Portals: https://github.com/Multiverse/Multiverse-Portals/issues
|
||||||
|
Multiverse-NetherPortals: https://github.com/Multiverse/Multiverse-NetherPortals/issues
|
||||||
|
Multiverse-Inventories: https://github.com/Multiverse/Multiverse-Inventories/issues
|
||||||
|
Multiverse-SignPortals: https://github.com/Multiverse/Multiverse-SignPortals/issues
|
||||||
|
|
||||||
|
If you are reporting a bug, please follow the following steps:
|
||||||
|
|
||||||
|
1. 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.
|
||||||
|
|
||||||
|
2. When linking files, do not attach them to the post!
|
||||||
|
Copy and paste any logs into https://gist.github.com/, then paste a
|
||||||
|
link to them in the relevant parts of the template.
|
||||||
|
**DO NOT drag files into this box!**
|
||||||
|
|
||||||
|
3. Make sure not to write between the arrows, as anything there will be
|
||||||
|
hidden.
|
||||||
|
|
||||||
|
4. Delete this line and all above lines before posting your issue! -->
|
||||||
|
|
||||||
|
### Information
|
||||||
|
|
||||||
|
* **Server version:** <!-- Insert output of `/version` command -->
|
||||||
|
|
||||||
|
* **Full output of `/mv version -b`:** <!-- Replace this with the command output's https://pastebin.com link -->
|
||||||
|
|
||||||
|
* **Server log:** <!-- Upload `logs/latest.log` to https://gist.github.com/ -->
|
||||||
|
|
||||||
|
### Details
|
||||||
|
I was **`<able / not 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.
|
||||||
|
|
||||||
|
**Description**
|
||||||
|
<!-- Replace this with a brief summary of the bug. -->
|
||||||
|
|
||||||
|
**Steps to reproduce**
|
||||||
|
<!-- Replace this with exactly what you did to cause the bug. -->
|
||||||
|
|
||||||
|
**Expected behavior**
|
||||||
|
<!-- Replace this with what you expected to happen. -->
|
||||||
|
|
||||||
|
**Screenshots**
|
||||||
|
<!-- Replace this with screenshots, if necessary. -->
|
51
.github/ISSUE_TEMPLATE/request-a-feature.md
vendored
Normal file
51
.github/ISSUE_TEMPLATE/request-a-feature.md
vendored
Normal file
@ -0,0 +1,51 @@
|
|||||||
|
---
|
||||||
|
name: Request a Feature
|
||||||
|
about: Suggest a feature you want to see in Multiverse-Core!
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- Multiverse-Core feature request guide
|
||||||
|
|
||||||
|
Fill out the template. Don't write inside the arrows as they will be hidden
|
||||||
|
when you post your issue.
|
||||||
|
|
||||||
|
Get latest build from: http://ci.onarandombox.com/view/Multiverse/
|
||||||
|
|
||||||
|
If you are look for other submodules of Multiverse, go to their respective git repo:
|
||||||
|
Multiverse-Portals: https://github.com/Multiverse/Multiverse-Portals/issues
|
||||||
|
Multiverse-NetherPortals: https://github.com/Multiverse/Multiverse-NetherPortals/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-Core? Feel free to ask on our Discord
|
||||||
|
server: https://discord.gg/NZtfKky
|
||||||
|
|
||||||
|
If you have a feature suggestion for Multiverse-Core, read the following tips:
|
||||||
|
|
||||||
|
1. 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 to see if your feature has already been
|
||||||
|
requested at https://github.com/Multiverse/Multiverse-Core/issues.
|
||||||
|
|
||||||
|
4. Ask yourself: "Does this belong in Multiverse-Core?"
|
||||||
|
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-Core.
|
||||||
|
|
||||||
|
5. Delete this line and all above lines before posting your issue! -->
|
||||||
|
|
||||||
|
### Feature request
|
||||||
|
|
||||||
|
**Feature description**
|
||||||
|
<!-- What feature are you suggesting? -->
|
||||||
|
|
||||||
|
**How the feature is useful**
|
||||||
|
<!-- How is the feature useful to players, server owners and/or developers? -->
|
Loading…
Reference in New Issue
Block a user