Skip to content

Commit

Permalink
Update bug_report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NichtStudioCode authored Aug 16, 2023
1 parent 6e4987c commit abf0854
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ body:
- type: checkboxes
attributes:
label: Agreements
description: Please agree to the following.
options:
- label: I am running the latest version of Nova.
required: true
Expand All @@ -18,7 +17,8 @@ body:
- type: dropdown
id: plugins
attributes:
label: Before creating a bug report, please validate that the issue you're encountering is not caused by another plugin (Remove all other plugins from the server). If it is, please name the plugin that causes the issue.
label: Check for plugin incompatibilites
description: Before creating a bug report, please validate that the issue you're encountering is not caused by another plugin. In order to do that, remove all other plugins from your server and check if the issue still persists. If the issue is caused by another plugin, select "_This issue is about a specific plugin incompatibility_" and state the name, version and where to download that plugin in your report.
options:
- There are no other plugins running on my server.
- This issue is about a specific plugin incompatibility.
Expand All @@ -27,7 +27,7 @@ body:
- type: input
attributes:
label: Plugin Version, Server Software, Server Version
description: "The plugin version, server software and server software version that were used to cause this bug. Use /version to get your server version. If this issue is about a specific plugin incompatibility, also provide the version of that plugin."
description: "The plugin version, server software and server software version that were used to cause this bug. Use /version to get your server version. If this issue is about a specific plugin incompatibility, also provide the name and version of that plugin."
placeholder: "Nova: 0.4.1, Spigot: 3241-Spigot-6c1c1b2-1492826 (MC: 1.17.1)"
validations:
required: true
Expand Down Expand Up @@ -60,13 +60,14 @@ body:
- type: textarea
attributes:
label: Full server log
description: Please provide the complete server log. You can use Pastebin or similar sites to upload it, then link to it here.
description: Please provide the complete server log. Just drag & drop the .log file into this text area to upload it to GitHub. Alternatively, you can also upload your log to sites such as [pastebin](https://pastebin.com) or [mclo.gs](https://mclo.gs). __Please always upload your server log, even if you can't see any errors.__
validations:
required: true
- type: textarea
attributes:
label: Errors
description: If any errors or stacktraces appeared in the console, please link to them here. Please use Pastebin or similar sites to post stacktraces.
description: If any errors or stacktraces appeared in the console, post them here.
render: log
validations:
required: false
- type: textarea
Expand Down

0 comments on commit abf0854

Please sign in to comment.