You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug-report.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -18,18 +18,18 @@ body:
18
18
19
19
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.
20
20
- type: input
21
-
id: mutliverse-version-info
21
+
id: multiverse-version-info
22
22
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.
25
25
validations:
26
26
required: true
27
27
- type: input
28
28
id: server-logs
29
29
attributes:
30
30
label: Server logs
31
31
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
33
33
or https://gist.github.com, save and the paste the link in this box.
34
34
validations:
35
35
required: true
@@ -54,7 +54,7 @@ body:
54
54
id: reproduce-steps
55
55
attributes:
56
56
label: Steps to reproduce
57
-
description: Provide detailed intructions to trigger the bug.
57
+
description: Provide detailed instructions to trigger the bug.
0 commit comments