Skip to content

Commit 9e8d07b

Browse files
committed
Merge commit '1093f7cb3b916d115ee86f995a04fba91a97a27e' into gte2-patch
2 parents 213ada6 + 1093f7c commit 9e8d07b

File tree

353 files changed

+9964
-2399
lines changed

Some content is hidden

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

353 files changed

+9964
-2399
lines changed
Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
name: Crash Report
2+
description: Report a bug that crashes the game or prevents startup.
3+
labels: [ "status: unverified", "bug: crash" ]
4+
body:
5+
- type: input
6+
id: version
7+
attributes:
8+
label: GregTech CEu Version
9+
description: The version of Gregtech CEu you were using when this bug was encountered. If you do not know where to find this, look for the mod jar file in the mods folder, or in the mods viewer in-game.
10+
placeholder: "Example: v2.3.4"
11+
validations:
12+
required: true
13+
- type: input
14+
id: modpack
15+
attributes:
16+
label: Modpack Used
17+
description: The modpack and its version used when this bug was encountered. If you were not using a modpack, please leave this field blank.
18+
placeholder: "Example: GregTech Community Modpack v1.2.1"
19+
validations:
20+
required: false
21+
- type: textarea
22+
id: addons
23+
attributes:
24+
label: Addons Installed
25+
description: The addons and their respective versions used when this bug was encountered. If you were not using addons, or do not know which are present (i.e. in a modpack), please leave this field blank.
26+
placeholder: "Example: Gregicality Multiblocks v1.1.3"
27+
validations:
28+
required: false
29+
- type: input
30+
id: environment
31+
attributes:
32+
label: Environment
33+
description: "How you were playing on the world. Typical answers include: Singleplayer, Open to LAN, Forge Server, Sponge Server, or Mohist Server."
34+
placeholder: "Example: Singleplayer"
35+
validations:
36+
required: true
37+
- type: dropdown
38+
id: crash
39+
attributes:
40+
label: Side Crashed
41+
description: Where the game crashed.
42+
options:
43+
- "Client"
44+
- "Server"
45+
- "Client and Server"
46+
- "Unsure"
47+
validations:
48+
required: true
49+
- type: dropdown
50+
id: world
51+
attributes:
52+
label: New Worlds
53+
description: Does this crash occur on a newly generated world?
54+
options:
55+
- "Yes"
56+
- "No"
57+
- "Unsure"
58+
validations:
59+
required: true
60+
- type: textarea
61+
id: reproduction
62+
attributes:
63+
label: Steps to Reproduce
64+
description: How to reproduce the crash.
65+
placeholder: "Example: 1) I did X..."
66+
validations:
67+
required: true
68+
- type: textarea
69+
id: crash-report
70+
attributes:
71+
label: Crash Report
72+
description: "You can find the crash report in `installation/crash-reports/`, if one was created. Additionally, please attach `installation/logs/latest.log`. If either or both files do not exist, state such. Please link to a paste site with their content, such as GitHub Gists or Pastebin. **Do not paste the contents of either these files directly into the text box.**"
73+
placeholder: "Example: a link to a paste site with the crash report and latest.log."
74+
validations:
75+
required: true
76+
- type: textarea
77+
id: additional-info
78+
attributes:
79+
label: Additional Information
80+
description: Any additional information you wish to provide. Please add anything which did not fit into the other sections here.
81+
placeholder: "Example: This is likely caused by X because..."
82+
validations:
83+
required: false
84+
- type: markdown
85+
attributes:
86+
value: Thank you for taking the time to fill out this crash report.
Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
name: Bug Report
2+
description: Report a bug where something is not working as expected, which does not crash the game.
3+
labels: [ "status: unverified", "bug: gameplay" ]
4+
body:
5+
- type: input
6+
id: version
7+
attributes:
8+
label: GregTech CEu Version
9+
description: The version of Gregtech CEu you were using when this bug was encountered. If you do not know where to find this, look for the mod jar file in the mods folder, or in the mods viewer in-game.
10+
placeholder: "Example: v2.3.4"
11+
validations:
12+
required: true
13+
- type: input
14+
id: modpack
15+
attributes:
16+
label: Modpack Used
17+
description: The modpack and its version used when this bug was encountered. If you were not using a modpack, please leave this field blank.
18+
placeholder: "Example: GregTech Community Modpack v1.2.1"
19+
validations:
20+
required: false
21+
- type: textarea
22+
id: addons
23+
attributes:
24+
label: Addons Installed
25+
description: The addons and their respective versions used when this bug was encountered. If you were not using addons, or do not know which are present (i.e. in a modpack), please leave this field blank.
26+
placeholder: "Example: Gregicality Multiblocks v1.1.3"
27+
validations:
28+
required: false
29+
- type: input
30+
id: environment
31+
attributes:
32+
label: Environment
33+
description: "How you were playing on the world. Typical answers include: Singleplayer, Open to LAN, Forge Server, Sponge Server, or Mohist Server."
34+
placeholder: "Example: Singleplayer"
35+
validations:
36+
required: true
37+
- type: dropdown
38+
id: world
39+
attributes:
40+
label: New Worlds
41+
description: Does this bug occur on a newly generated world?
42+
options:
43+
- "Yes"
44+
- "No"
45+
- "Unsure"
46+
validations:
47+
required: true
48+
- type: dropdown
49+
id: cross-mod
50+
attributes:
51+
label: Cross-Mod Interaction
52+
description: Does this bug occur because of another mod installed alongside GregTech CEu?
53+
options:
54+
- "Yes"
55+
- "No"
56+
- "Unsure"
57+
validations:
58+
required: true
59+
- type: textarea
60+
id: expected
61+
attributes:
62+
label: Expected Behavior
63+
description: What you expected to happen. Attach screenshots here as necessary.
64+
placeholder: "Example: Expected to produce X by consuming Y."
65+
validations:
66+
required: true
67+
- type: textarea
68+
id: result
69+
attributes:
70+
label: Actual Behavior
71+
description: What happened despite your expectations. Attach screenshots here as necessary.
72+
placeholder: "Example: Produced one X but Y was not consumed."
73+
validations:
74+
required: true
75+
- type: textarea
76+
id: reproduction
77+
attributes:
78+
label: Steps to Reproduce
79+
description: How to reproduce the bug.
80+
placeholder: "Example: 1) I did X..."
81+
validations:
82+
required: true
83+
- type: textarea
84+
id: additional-info
85+
attributes:
86+
label: Additional Information
87+
description: Any additional information you wish to provide. Please add anything which did not fit into the other sections here.
88+
placeholder: "Example: This is likely caused by X because..."
89+
validations:
90+
required: false
91+
- type: markdown
92+
attributes:
93+
value: Thank you for taking the time to fill out this bug report.
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
name: Request a Feature
2+
description: Request a new feature or a change to an existing one.
3+
labels: [ "feature" ]
4+
body:
5+
- type: input
6+
id: version
7+
attributes:
8+
label: GregTech CEu Version
9+
description: The version of Gregtech CEu you are using for suggesting a new feature. If you do not know where to find this, look for the mod jar file in the mods folder, or in the mods viewer in-game.
10+
placeholder: "Example: v2.3.4"
11+
validations:
12+
required: true
13+
- type: textarea
14+
id: problem
15+
attributes:
16+
label: Related Problem
17+
description: If the feature you wish to change is related to a problem, please desscribe it. Leave this field blank if it is not related to a problem.
18+
placeholder: "Example: I'm always frustrated when..."
19+
validations:
20+
required: false
21+
- type: textarea
22+
id: solution
23+
attributes:
24+
label: Your Solution
25+
description: Describe the solution you would like to have happen.
26+
placeholder: "Example: If I could..."
27+
validations:
28+
required: true
29+
- type: textarea
30+
id: additional-info
31+
attributes:
32+
label: Additional Information
33+
description: Any additional information you wish to provide. Please add anything which did not fit into the other sections here.
34+
placeholder: "Example: This is likely achieveable by doing X because..."
35+
validations:
36+
required: false
37+
- type: markdown
38+
attributes:
39+
value: Thank you for taking the time to fill out this feature request.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Ask a Question
2+
description: Ask a question regarding this project.
3+
labels: [ "question" ]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
If you are in need of quick response, Discord may be a better place. We have quite an active Discord community, so you may get responses quicker. You can find a link to join in our README.md for this project.
9+
10+
If you are looking for a gameplay wiki, we currently do not have one, however most information is available in-game info through tooltips or JEI/HEI. You can also ask any question on Discord, and someone will most likely have a response.
11+
12+
If you are looking for API documentation or CT documentation, there is a wiki on GitHub which holds some relevant information. In addition, feel free to ask on Discord, we have specific channels for CraftTweaker help or general development questions.
13+
- type: textarea
14+
id: question
15+
attributes:
16+
label: Your Question
17+
description: Feel free to ask any question regarding this project here.
18+
placeholder: "Example: How can I...?"
19+
validations:
20+
required: true
21+
- type: markdown
22+
attributes:
23+
value: Thank you for taking the time to ask us a question.

.github/ISSUE_TEMPLATE/bug_report.md

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

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: GregTech CEu Discord
4+
url: https://discord.gg/bWSWuYvURP
5+
about: Join us on Discord to discuss questions, bugs, and more.

.github/ISSUE_TEMPLATE/feature_request.md

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

.github/ISSUE_TEMPLATE/question.md

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

.github/pull_request_template.md

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
1-
**What:**
2-
_This section describes what this PR is about. It should be a clear and concise description concerning why is this PR needed and why it should be accepted.
1+
## What
2+
_This section describes what this PR is about. It should be a clear and concise description concerning what this PR is for, why this PR is needed, and why it should be accepted._
33
_Linking an issue can be used alternatively to writing a description._
44

5-
**Implementation Details:**
6-
_Any implementations in this PR that should be carefully looked over, or that could/should have alternate solutions recommended._
5+
## Implementation Details
6+
_Any implementations in this PR that should be carefully looked over, or that could/should have alternate solutions proposed._
77

8-
**Outcome:**
9-
_This section is used mostly for generating the changelog and there should be a short described what this PR added/fixed/changed/removed._
10-
_For correct linking of issues please use any of Closes/Fixes/Resolves keywords. Example: When PR is fixing a bug use "Fixes: #number-of-bug"_
8+
## Outcome
9+
_A short description of what this PR added/fixed/changed/removed._
10+
_For correct linking of issues please use any of the Closes/Fixes/Resolves keywords. Example: When a PR is fixing a bug use "Fixes: #number-of-bug"_
1111

12-
**Additional info:**
13-
_This section is for screenshots to demonstrate any GUI, rendering, recipe changes, or any additional info that reviewers should be aware of._
12+
## Additional Information
13+
_This section is for screenshots to demonstrate any GUI or rendering changes, or any other additional information that reviewers should be aware of._
1414

15-
**Possible compatibility issue:**
16-
_This section is for defining possible compatibility issues. It must be used when there were API changes, item/block removal, or recipe changes._
15+
## Potential Compatibility Issues
16+
_This section is for defining possible compatibility issues. It must be used when there are API changes, item/block/material/machine changes, or recipe changes._
1717

18-
19-
_Please fill in as much useful information as possible. Also please remove all unused sections._
18+
**Please fill in as much useful information as possible. Also, please remove all unused sections, including this and the other explanations.**

.github/release.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
changelog:
2+
3+
exclude:
4+
labels:
5+
- "ignore changelog"
6+
7+
categories:
8+
- title: New Features
9+
labels:
10+
- "type: feature"
11+
12+
- title: Bug Fixes
13+
labels:
14+
- "type: bug"
15+
16+
- title: Internal Changes
17+
labels:
18+
- "type: refactor"
19+
20+
- title: Translation Changes
21+
labels:
22+
- "type: translation"
23+
24+
- title: Other Changes
25+
labels:
26+
- "*"

0 commit comments

Comments
 (0)