Skip to content

Commit 0673bff

Browse files
committed
issue forms
1 parent c0113f3 commit 0673bff

File tree

2 files changed

+94
-0
lines changed

2 files changed

+94
-0
lines changed

.github/ISSUE_TEMPLATE/missing.yml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
ame: Missing Items
2+
description: An item is missing from the backport.
3+
title: "[Missing]: "
4+
labels: ["missing item"]
5+
assignees:
6+
- bangetto
7+
body:
8+
- type: textarea
9+
id: id
10+
attributes:
11+
label: What items are missing?
12+
description: Write down the list of items that are missing!
13+
placeholder: Ex: sculk_sensor, sus sand
14+
validations:
15+
required: true
16+
- type: checkbox
17+
id: version
18+
attributes:
19+
label: Checks
20+
description: Before reporting an issue please check that everything is up-today!
21+
options:
22+
- label: I downloaded the latest version of the repository
23+
- label: The server has the latest snapshot of the Via* plugins
24+
validations:
25+
required: true
26+
- type: dropdown
27+
id: detector
28+
attributes:
29+
label: Which one of the "detector" mods are present?
30+
multiple: true
31+
options:
32+
- Chime
33+
- Optifine CIT
34+
validations:
35+
required: true
36+
- type: input
37+
id: mc
38+
attributes:
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.yml

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
ame: Missing Items
2+
description: An item is missing from the backport.
3+
title: "[Missing]: "
4+
labels: ["missing item"]
5+
assignees:
6+
- bangetto
7+
body:
8+
- type: textarea
9+
id: from
10+
attributes:
11+
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
14+
validations:
15+
required: true
16+
- type: textarea
17+
id: to
18+
attributes:
19+
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
22+
validations:
23+
required: true
24+
- type: checkbox
25+
id: version
26+
attributes:
27+
label: Checks
28+
description: Before reporting an issue please check that everything is up-today!
29+
options:
30+
- label: I downloaded the latest version of the repository
31+
- label: The server has the latest snapshot of the Via* plugins
32+
validations:
33+
required: true
34+
- type: dropdown
35+
id: detector
36+
attributes:
37+
label: Which one of the "detector" mods are present?
38+
multiple: true
39+
options:
40+
- Chime
41+
- Optifine CIT
42+
validations:
43+
required: true
44+
- type: input
45+
id: mc
46+
attributes:
47+
label: Your Minecraft version
48+
description: Write down your Minecraft option
49+
placeholder: Example: 1.16.5
50+
validations:
51+
required: true

0 commit comments

Comments
 (0)