Skip to content

Commit 5c30cd6

Browse files
committed
2 parents 6d6c4fc + 61aea8d commit 5c30cd6

File tree

4 files changed

+33
-67
lines changed

4 files changed

+33
-67
lines changed

.github/ISSUE_TEMPLATE/missing-item.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/missing.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ame: Missing Items
1+
name: Missing Items
22
description: An item is missing from the backport.
33
title: "[Missing]: "
44
labels: ["missing item"]
@@ -9,35 +9,35 @@ body:
99
id: id
1010
attributes:
1111
label: What items are missing?
12-
description: Write down the list of items that are missing!
13-
placeholder: Ex: sculk_sensor, sus sand
12+
description: "Write down the list of items that are missing!"
13+
placeholder: "Ex: sculk_sensor, sus sand"
1414
validations:
1515
required: true
16-
- type: checkbox
16+
- type: checkboxes
1717
id: version
1818
attributes:
1919
label: Checks
20-
description: Before reporting an issue please check that everything is up-today!
20+
description: "Before reporting an issue please check that everything is up-today!"
2121
options:
22-
- label: I downloaded the latest version of the repository
23-
- label: The server has the latest snapshot of the Via* plugins
22+
- label: "I downloaded the latest version of the repository"
23+
- label: "The server has the latest snapshot of the Via* plugins"
2424
validations:
2525
required: true
2626
- type: dropdown
2727
id: detector
2828
attributes:
29-
label: Which one of the "detector" mods are present?
29+
label: "Which one of the detector mods are present?"
3030
multiple: true
3131
options:
32-
- Chime
33-
- Optifine CIT
34-
validations:
32+
- "Chime"
33+
- "Optifine CIT"
34+
validations:
3535
required: true
3636
- type: input
3737
id: mc
3838
attributes:
39-
label: Your Minecraft version
40-
description: Write down your Minecraft option
41-
placeholder: Example: 1.16.5
42-
validations:
43-
required: true
39+
label: "Your Minecraft version"
40+
description: "Write down your Minecraft option"
41+
placeholder: "Example: 1.16.5"
42+
validations:
43+
required: true

.github/ISSUE_TEMPLATE/swapped-items.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/swapped.yml

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,53 @@
1-
ame: Missing Items
2-
description: An item is missing from the backport.
3-
title: "[Missing]: "
4-
labels: ["missing item"]
1+
name: Swapped Items
2+
description: Two items are swapped.
3+
title: "[Swapped]: "
4+
labels: ["swapped items"]
55
assignees:
66
- bangetto
77
body:
88
- type: textarea
99
id: from
1010
attributes:
1111
label: What items don't show the right texture?
12-
description: Write down the list of items that have a wrong texture!
13-
placeholder: Ex: sculk_sensor, sus sand
12+
description: "Write down the list of items that have a wrong texture!"
13+
placeholder: "Ex: sculk_sensor, sus sand"
1414
validations:
1515
required: true
1616
- type: textarea
1717
id: to
1818
attributes:
1919
label: What they show up as?
20-
description: Write down the list that what are they showing up as! [In the order of the previous one!!!]
21-
placeholder: Ex: sculk_block, sus gravel
20+
description: "Write down the list that what are they showing up as! [In the order of the previous one!!!]"
21+
placeholder: "Ex: sculk_block, sus gravel"
2222
validations:
2323
required: true
24-
- type: checkbox
24+
- type: checkboxes
2525
id: version
2626
attributes:
2727
label: Checks
2828
description: Before reporting an issue please check that everything is up-today!
2929
options:
3030
- label: I downloaded the latest version of the repository
31+
required: true
3132
- label: The server has the latest snapshot of the Via* plugins
33+
required: true
3234
validations:
3335
required: true
3436
- type: dropdown
3537
id: detector
3638
attributes:
37-
label: Which one of the "detector" mods are present?
39+
label: "Which one of the detector mods are present?"
3840
multiple: true
3941
options:
4042
- Chime
4143
- Optifine CIT
42-
validations:
44+
validations:
4345
required: true
4446
- type: input
4547
id: mc
4648
attributes:
4749
label: Your Minecraft version
48-
description: Write down your Minecraft option
49-
placeholder: Example: 1.16.5
50-
validations:
51-
required: true
50+
description: "Write down your Minecraft version"
51+
placeholder: "Example: 1.16.5"
52+
validations:
53+
required: true

0 commit comments

Comments
 (0)