Skip to content

Commit f508494

Browse files
authored
Merge pull request #3248 from Multiverse/chore/issue-template-update
Update issue template new dumps command, and fix typos
2 parents 38bbe81 + 8786a09 commit f508494

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ body:
1818
1919
When completing the report, please ensure all fields are filled with the correct details requested. Failure to do so will result in your issue being closed.
2020
- type: input
21-
id: mutliverse-version-info
21+
id: multiverse-version-info
2222
attributes:
23-
label: '`/mv version -p` output'
24-
description: Run `/mv version -p` in the console, then copy and paste the link from the output of the command into this box.
23+
label: '`/mv dumps` output'
24+
description: Run `/mv dumps` in the console, then copy and paste the link from the output of the command into this box. If `/mv dumps` command is not available, update multiverse to v5.
2525
validations:
2626
required: true
2727
- type: input
2828
id: server-logs
2929
attributes:
3030
label: Server logs
3131
description: >
32-
Include full startup log and console error (if any). upload all relevant logs to either https://paste.gg
32+
Include full startup log and console error (if any). upload all relevant logs to either https://pastes.dev
3333
or https://gist.github.com, save and the paste the link in this box.
3434
validations:
3535
required: true
@@ -54,7 +54,7 @@ body:
5454
id: reproduce-steps
5555
attributes:
5656
label: Steps to reproduce
57-
description: Provide detailed intructions to trigger the bug.
57+
description: Provide detailed instructions to trigger the bug.
5858
placeholder: |
5959
Example:
6060
1. Start a server with only multiverse installed.

0 commit comments

Comments
 (0)