Skip to content

Commit e227f50

Browse files
Redo issue templates (Creators-of-Create#5669)
* new issue templates * add MC version to crash * make MC version required * update suggestions * questions link * simpler language * remove minecraft version labeler * change some more words * recommend joining discord before reporting a bug * make debug info optional * typo, say to not upload log contents. remove minecraft version from crash * Tweak some descriptions --------- Co-authored-by: PepperCode1 <[email protected]>
1 parent 8c696b5 commit e227f50

File tree

7 files changed

+79
-207
lines changed

7 files changed

+79
-207
lines changed

.github/ISSUE_TEMPLATE/bug.yml

+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
name: I found a bug!
2+
description: "Report some other kind of issue. You should ask in the Discord first to make sure it's actually a bug with Create."
3+
labels: [ "type: bug" ]
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: Description
8+
description: "
9+
Please describe the issue with as much detail as possible.
10+
Explain what happened, and what should have happened instead.
11+
Add images, screenshots, or videos if they could be useful."
12+
validations:
13+
required: true
14+
15+
- type: input
16+
attributes:
17+
label: Game Log
18+
description: "
19+
We need the game log for additional information about the bug.
20+
This file can be found in the \"logs\" folder of your Minecraft folder as \"latest.log\".
21+
Please upload the file to https://mclo.gs/ and put the link here.
22+
Do **not** paste the *contents* of the file here, because that will make this issue very hard to read.
23+
"
24+
validations:
25+
required: true
26+
27+
- type: textarea
28+
attributes:
29+
label: Debug Information
30+
description: "
31+
Please run the \"/create debuginfo\" command in-game.
32+
This will copy useful information to your clipboard that will greatly help with debugging.
33+
Please paste this information here.
34+
If this command does not exist, you can skip this part.
35+
"
36+
validations:
37+
required: false
38+
39+
- type: markdown
40+
attributes:
41+
value: "Thank you for taking the time to make a report and help improve Create!"

.github/ISSUE_TEMPLATE/bug_report.yml

-155
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: I have a question!
4+
url: https://discord.gg/hmaD7Se
5+
about: Join us on Discord and ask the community.
6+
- name: I have a suggestion or idea!
7+
url: https://discord.gg/hmaD7Se
8+
about: These are best discussed with the community and submitted on Discord.
9+
- name: Talk to us on Discord.
10+
url: https://discord.gg/hmaD7Se
11+
about: Ask questions and get help from the community.

.github/ISSUE_TEMPLATE/crash.yml

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: My game crashed!
2+
description: Report an issue that crashes the game.
3+
labels: [ "type: crash" ]
4+
body:
5+
- type: textarea
6+
attributes:
7+
label: Context
8+
description: What were you doing when the game crashed? Add images, screenshots, or videos if they could be useful.
9+
validations:
10+
required: true
11+
12+
- type: input
13+
attributes:
14+
label: Crash Report
15+
description: "
16+
We need the crash report to figure out why the crash happened.
17+
This file can be found in the \"crash-reports\" folder of your Minecraft folder.
18+
It will be the newest file there.
19+
Please upload the file to https://mclo.gs/ and put the link here.
20+
Do **not** paste the *contents* of the file here, because that will make this issue very hard to read.
21+
"
22+
validations:
23+
required: true
24+
25+
- type: markdown
26+
attributes:
27+
value: "Thank you for taking the time to make a report and help improve Create!"

.github/ISSUE_TEMPLATE/suggestion.yml

-25
This file was deleted.

.github/config/labels.yml

-12
This file was deleted.

.github/workflows/label_issues.yml

-15
This file was deleted.

0 commit comments

Comments
 (0)