Skip to content

Commit e2d7d52

Browse files
committed
Github: new issue template & typo fix
1 parent 51fa1d3 commit e2d7d52

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

.github/ISSUE_TEMPLATE/missing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ body:
3939
id: mc
4040
attributes:
4141
label: "Your Minecraft version"
42-
description: "Write down your Minecraft option"
42+
description: "Write down your Minecraft version"
4343
placeholder: "Example: 1.16.5"
4444
validations:
4545
required: true
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
name: "Outdated Texture[s]"
2+
description: A texture not been updated to use the latest one.
3+
title: "[Outdated]: "
4+
labels: ["outdated texture"]
5+
assignees:
6+
- bangetto
7+
body:
8+
- type: textarea
9+
id: main
10+
attributes:
11+
label: "What texture[s] are outdated?"
12+
description: "Write down the list textures that are outdated!"
13+
placeholder: "Ex: grass_side or the side texture of grass"
14+
validations:
15+
required: true
16+
- type: checkboxes
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+
required: true
24+
- label: "There are no resources pack above this"
25+
required: true
26+
validations:
27+
required: true
28+
- type: input
29+
id: mc
30+
attributes:
31+
label: "Your Minecraft version"
32+
description: "Write down your Minecraft version"
33+
placeholder: "Example: 1.16.5"
34+
validations:
35+
required: true

0 commit comments

Comments
 (0)