Skip to content

Commit 8d557d9

Browse files
committedAug 1, 2024
initial commit
0 parents  commit 8d557d9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+1818
-0
lines changed
 

‎.github/FUNDING.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
patreon: ToCraft

‎.github/ISSUE_TEMPLATE/bug_report.yml

+68
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
name: Bug Report
2+
labels:
3+
- bug
4+
description: Report issues
5+
body:
6+
- type: dropdown
7+
id: modloader
8+
attributes:
9+
label: Mod loader
10+
options:
11+
- Forge
12+
- NeoForge
13+
- Fabric
14+
validations:
15+
required: true
16+
- type: input
17+
id: mc-version
18+
attributes:
19+
label: Minecraft version
20+
placeholder: e.g. 1.20.2
21+
validations:
22+
required: true
23+
- type: input
24+
id: walkers-version
25+
attributes:
26+
label: Woodwalkers version
27+
placeholder: e.g. 2.1
28+
validations:
29+
required: true
30+
- type: input
31+
id: craftedcore-version
32+
attributes:
33+
label: CraftedCore version
34+
placeholder: e.g. 2.1
35+
validations:
36+
required: true
37+
- type: input
38+
id: modloader-version
39+
attributes:
40+
label: Modloader version
41+
placeholder: "e.g. 48.2.0"
42+
validations:
43+
required: true
44+
- type: textarea
45+
attributes:
46+
label: "The latest.log file"
47+
description: "Drag-and-Drop your latest.log file or append a link to a Gist-file."
48+
placeholder: "Your latest.log file"
49+
validations:
50+
required: true
51+
- type: textarea
52+
attributes:
53+
label: Issue description
54+
placeholder: A description of the issue.
55+
validations:
56+
required: true
57+
- type: textarea
58+
attributes:
59+
label: Steps to reproduce
60+
placeholder: |
61+
e.g.
62+
1. Start game
63+
2. go into world
64+
3. etc...
65+
- type: textarea
66+
attributes:
67+
label: Other
68+
description: Anything else which is related to the issue, e.g. the mod it's crashing with.

0 commit comments

Comments
 (0)
Please sign in to comment.