Skip to content

Commit 499bf7e

Browse files
committed
more consistent issue templates
1 parent ba91251 commit 499bf7e

File tree

7 files changed

+59
-50
lines changed

7 files changed

+59
-50
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ ij_formatter_on_tag = @formatter:on
1717
ij_formatter_tags_enabled = false
1818
ij_smart_tabs = false
1919
ij_wrap_on_typing = false
20+
21+
[.github/ISSUE_TEMPLATE/*.yml]
22+
indent_size = 2

.github/ISSUE_TEMPLATE/bypass.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ body:
1818
label: Grim version
1919
description: |
2020
Provide the version of Grim running on the server. You can run `/grim version` to check.
21-
placeholder: Examples include 2.3.73-8ddd7f1, 2.3.72, etc
21+
placeholder: Examples include 2.3.73-8ddd7f1, 2.3.72, etc.
2222
validations:
2323
required: true
2424

@@ -32,11 +32,11 @@ body:
3232

3333
- type: input
3434
attributes:
35-
label: Client version
36-
description: |
37-
Provide the version of your Minecraft client. Also provide the protocol version if changed.
35+
label: Client version
36+
description: |
37+
Provide the version of your Minecraft client. Also provide the protocol version if changed.
3838
validations:
39-
required: true
39+
required: true
4040

4141
- type: textarea
4242
attributes:

.github/ISSUE_TEMPLATE/crash-or-error.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ body:
66
attributes:
77
label: Stack trace
88
description: |
9-
Please include the entire stack trace with no attachments. If you would like, you can use a text pasting site such as https://paste.gg.
9+
Provide the entire stack trace with no attachments. If you would like, you can use a text pasting site such as https://mclo.gs.
1010
placeholder: Paste the stack trace or link to the stack trace here
1111
validations:
1212
required: true
1313

1414
- type: textarea
1515
attributes:
1616
label: How to replicate it if known
17-
description: A video, or detailed instructions to help replicate the issue would help.
17+
description: A video or detailed instructions to help replicate the issue would help.
1818
placeholder: |
1919
Step 1. Do this
2020
Step 2. Then do this
@@ -26,36 +26,36 @@ body:
2626
attributes:
2727
label: Grim version
2828
description: |
29-
Provide the git commit or the version in the jar's name.
30-
placeholder: A example would be b85c2d0 or grim version 2.3.5, etc
29+
Provide the version of Grim running on the server. You can run `/grim version` to check.
30+
placeholder: Examples include 2.3.73-8ddd7f1, 2.3.72, etc.
3131
validations:
3232
required: true
3333

3434
- type: textarea
3535
attributes:
3636
label: Server version
3737
description: |
38-
Run `/version` on your server to check. Provide both the server type (paper, airplane, etc) & the minecraft version.
38+
Run `/version` on your server to check. Provide both the server type (ie Paper, Airplane, etc) & the Minecraft version.
3939
validations:
4040
required: true
4141

4242
- type: dropdown
4343
id: type
4444
attributes:
45-
label: Affected Platform(s)
46-
description: Which platforms does this issue affect? If you aren't sure, select both.
47-
options:
48-
- "Bukkit"
49-
- "Fabric"
50-
multiple: true
45+
label: Affected Platform(s)
46+
description: Which platforms does this issue affect? If you aren't sure, select both.
47+
options:
48+
- "Bukkit"
49+
- "Fabric"
50+
multiple: true
5151
validations:
52-
required: true
52+
required: true
5353

5454
- type: textarea
5555
attributes:
56-
label: Plugins/mods
56+
label: Plugins/Mods
5757
description: |
58-
List all plugins or mods running on your server. To list plugins on bukkit, run `/plugins`.
58+
List all plugins or mods installed on your server. To list plugins on Bukkit-based servers, run `/plugins`.
5959
If your server is behind a proxy such as Bungeecord, you should list the proxy's plugins as well.
6060
validations:
6161
required: true

.github/ISSUE_TEMPLATE/false-positive.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,33 +20,33 @@ body:
2020
attributes:
2121
label: Grim version
2222
description: |
23-
Provide the git commit or the version in the jar's name.
24-
placeholder: A example would be b85c2d0 or grim version 2.3.5, etc
23+
Provide the version of Grim running on the server. You can run `/grim version` to check.
24+
placeholder: Examples include 2.3.73-8ddd7f1, 2.3.72, etc.
2525
validations:
2626
required: true
2727

2828
- type: textarea
2929
attributes:
3030
label: Server version
3131
description: |
32-
Run `/version` on your server to check. Provide both the server type (paper, airplane, etc) & the minecraft version.
32+
Run `/version` on your server to check. Provide both the server type (ie Paper, Airplane, etc) & the Minecraft version.
3333
validations:
3434
required: true
3535

3636
- type: input
3737
attributes:
3838
label: Client version
3939
description: |
40-
Provide the version of your Minecraft client. You must be able to reproduce the false positive using the vanilla client.
41-
Lunar Client, TLauncher etc. will result in your issue being closed.
40+
Provide the version of your Minecraft client. You must be able to reproduce the false positive using a vanilla client.
41+
Using Lunar Client, TLauncher, Fabric, etc, will result in your issue being closed.
4242
validations:
4343
required: true
4444

4545
- type: textarea
4646
attributes:
47-
label: Plugins
47+
label: Plugins/Mods
4848
description: |
49-
List all plugins or mods running on your server. To list plugins on bukkit, run `/plugins`.
49+
List all plugins or mods installed on your server. To list plugins on Bukkit-based servers, run `/plugins`.
5050
If your server is behind a proxy such as Bungeecord, you should list the proxy's plugins as well.
5151
validations:
5252
required: true

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ body:
55
- type: textarea
66
attributes:
77
label: Feature description
8-
description: Describe the feature and why it should be added
8+
description: Describe the feature and why it should be added.
99
validations:
10-
required: true
10+
required: true

.github/ISSUE_TEMPLATE/other-issues.yml

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ body:
55
- type: textarea
66
attributes:
77
label: Describe the bug and how to replicate it
8-
description: A video, or detailed instructions to help replicate the issue would help.
8+
description: A video or detailed instructions to help replicate the issue would help.
99
placeholder: |
1010
Step 1. Do this
1111
Step 2. Then do this
@@ -16,37 +16,36 @@ body:
1616
- type: textarea
1717
attributes:
1818
label: Grim version
19-
description: |
20-
Provide the git commit or the version in the jar's name.
21-
placeholder: A example would be b85c2d0 or grim version 2.3.5, etc
19+
description: Provide the version of Grim running on the server. You can run `/grim version` to check.
20+
placeholder: Examples include 2.3.73-8ddd7f1, 2.3.72, etc.
2221
validations:
2322
required: true
2423

2524
- type: textarea
2625
attributes:
2726
label: Server version
2827
description: |
29-
Run `/version` on your server to check. Provide both the server type (paper, airplane, etc) & the minecraft version.
28+
Run `/version` on your server to check. Provide both the server type (ie Paper, Airplane, etc) & the Minecraft version.
3029
validations:
3130
required: true
3231

3332
- type: dropdown
3433
id: type
3534
attributes:
36-
label: Affected Platform(s)
37-
description: Which platforms does this issue affect? If you aren't sure, select both.
38-
options:
39-
- "Bukkit"
40-
- "Fabric"
41-
multiple: true
35+
label: Affected Platform(s)
36+
description: Which platforms does this issue affect? If you aren't sure, select both.
37+
options:
38+
- "Bukkit"
39+
- "Fabric"
40+
multiple: true
4241
validations:
43-
required: true
42+
required: true
4443

4544
- type: textarea
4645
attributes:
47-
label: Plugins
46+
label: Plugins/Mods
4847
description: |
49-
List all plugins or mods running on your server. To list plugins on bukkit, run `/plugins`.
48+
List all plugins or mods installed on your server. To list plugins on Bukkit-based servers, run `/plugins`.
5049
If your server is behind a proxy such as Bungeecord, you should list the proxy's plugins as well.
5150
validations:
5251
required: true

.github/ISSUE_TEMPLATE/simulation-false-positive.yml

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,33 +19,40 @@ body:
1919
- type: input
2020
attributes:
2121
label: Grim Log
22-
description: |
23-
Provide the generated /grim log link.
22+
description: Provide the generated /grim log link.
23+
validations:
24+
required: true
25+
26+
- type: textarea
27+
attributes:
28+
label: Grim version
29+
description: Provide the version of Grim running on the server. You can run `/grim version` to check.
30+
placeholder: Examples include 2.3.73-8ddd7f1, 2.3.72, etc.
2431
validations:
2532
required: true
2633

2734
- type: textarea
2835
attributes:
2936
label: Server version
3037
description: |
31-
Run `/version` on your server to check. Provide both the server type (paper, airplane, etc) & the minecraft version.
38+
Run `/version` on your server to check. Provide both the server type (ie Paper, Airplane, etc) & the Minecraft version.
3239
validations:
3340
required: true
3441

3542
- type: input
3643
attributes:
3744
label: Client version
3845
description: |
39-
Provide the version of your Minecraft client. You must be able to reproduce the false positive using the vanilla client.
40-
Lunar Client, TLauncher etc. will result in your issue being closed.
46+
Provide the version of your Minecraft client. You must be able to reproduce the false positive using a vanilla client.
47+
Using Lunar Client, TLauncher, Fabric, etc, will result in your issue being closed.
4148
validations:
4249
required: true
4350

4451
- type: textarea
4552
attributes:
46-
label: Plugins
53+
label: Plugins/Mods
4754
description: |
48-
List all plugins or mods running on your server. To list plugins on bukkit, run `/plugins`.
55+
List all plugins or mods installed on your server. To list plugins on Bukkit-based servers, run `/plugins`.
4956
If your server is behind a proxy such as Bungeecord, you should list the proxy's plugins as well.
5057
validations:
51-
required: true
58+
required: true

0 commit comments

Comments
 (0)