Skip to content

Commit 9862047

Browse files
authored
Improve bug report issue template
1 parent 015befe commit 9862047

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ body:
2222
1. Do this
2323
2. Click on this
2424
3. See error
25-
- type: input
25+
- type: textarea
2626
id: expected_behavior
2727
validations:
2828
required: true
2929
attributes:
3030
label: Expected Behavior
3131
description: Describe what you expected to happen
32-
- type: input
32+
- type: textarea
3333
id: actual_behavior
3434
validations:
3535
required: true
@@ -47,15 +47,15 @@ body:
4747
required: true
4848
attributes:
4949
label: Server Software & Minecraft Version
50-
description: The server software and Minecraft version you are using ("latest" is not accurate enough)
50+
description: Please copy and paste the output of `/version`, "latest" is not helpful
5151
- type: input
5252
id: skyblock_version
5353
validations:
5454
required: true
5555
attributes:
5656
label: IridiumSkyblock version
57-
description: The IridiumSkyblock version you are using ("latest" is not accurate enough)
58-
- type: textarea
57+
description: Please copy and paste the output of `/is version`, "latest" is not helpful
58+
- type: input
5959
id: logs
6060
attributes:
6161
label: Server logs

0 commit comments

Comments
 (0)