Skip to content

Commit b2e2a6c

Browse files
committed
Add bug report and feature request issue templates
1 parent 42704d5 commit b2e2a6c

2 files changed

Lines changed: 72 additions & 0 deletions

File tree

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
name: 'Report Bug'
2+
description: "Report a bug that does not abruptly end a game session or prevent the start of the game."
3+
labels:
4+
- "bug"
5+
body:
6+
- type: input
7+
id: version
8+
attributes:
9+
label: Mod Version
10+
description: Have you checked that the version you are playing is up-to-date before reporting? In some cases, a newer version may have been released, and the bug you are reporting may have been resolved.
11+
placeholder: "v1.0.0"
12+
validations:
13+
required: true
14+
- type: input
15+
id: log
16+
attributes:
17+
label: Error Log
18+
description: Please provide a link to the error log. I recommend [https://mclo.gs/](https://mclo.gs/)
19+
placeholder: "https://mclo.gs/xxxxxxxx"
20+
- type: dropdown
21+
id: playmode
22+
attributes:
23+
label: SinglePlay or Server?
24+
description: How are you playing with this mod?
25+
options:
26+
- Single Player
27+
- Multi Player
28+
- "Don't know"
29+
validations:
30+
required: true
31+
- type: textarea
32+
id: expectation
33+
attributes:
34+
label: Your Expectation
35+
description: What did you try to do, and what did you expect to happen? Attach screenshots if needed.
36+
placeholder: "Example: Trying to craft Foo. Expect to consume 1 Bar and get 1 Foo."
37+
validations:
38+
required: true
39+
- type: textarea
40+
id: actual
41+
attributes:
42+
label: The Reality
43+
description: What happened instead? Attach screenshots if needed.
44+
placeholder: "Example: 1 Foo is crafted but no Bar is consumed."
45+
validations:
46+
required: true
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: 'Request New Feature'
2+
description: Request a new feature.
3+
labels:
4+
- "enhancement"
5+
body:
6+
- type: input
7+
id: modname
8+
attributes:
9+
label: CF Mod Name
10+
placeholder: ""
11+
validations:
12+
required: true
13+
- type: input
14+
id: modurl
15+
attributes:
16+
label: CF Mod URL
17+
placeholder: "https://www.curseforge.com/minecraft/mc-mods/XXXXXXXX"
18+
validations:
19+
required: true
20+
- type: textarea
21+
id: otherinfo
22+
attributes:
23+
label: Other Information
24+
description: Any other information you would like to provide or discuss.
25+
validations:
26+
required: false

0 commit comments

Comments
 (0)