Skip to content

Commit

Permalink
[skip] better issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysdh540 committed Oct 25, 2023
1 parent f974dd2 commit 7fe3dda
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Bug Report
description: Create a bug report to help me improve Create Unlimited
name: I found a bug!
description: Report an issue with Create Unlimited.
title: "[Bug] "
labels: ["bug"]
body:
Expand Down Expand Up @@ -34,8 +34,8 @@ body:
required: false
- type: input
attributes:
label: Crash Report or Log
description: If applicable, please add a **link** to the crash report or log that was created when this issue occurred. You can upload the crash report to a site like MCLogs or GitHub Gist. Please **do not** paste the whole crash report in this issue.
label: Log
description: Please add a **link** to the crash report or log that was created when this issue occurred. You can upload the crash report to a site like https://mclo.gs/ or https://gist.github.com. Please **do not** paste the whole crash report in this issue.
validations:
required: true
- type: input
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Discord
url: https://discord.gg/2ubhDbMaZY
about: Our Discord Server
- name: Talk to us on Discord
url: https://discord.gg/GeGm3DRDWY
about: Ask questions and get help from the community.
36 changes: 36 additions & 0 deletions .github/ISSUE_TEMPLATE/crash.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: My game crashed!
description: Report an issue that crashes the game.
title: "[Crash] "
labels: ["bug"]
body:
- type: textarea
attributes:
label: Context
description: What were you doing when the game crashed? Add images or videos if they could be useful.
validations:
required: true

- type: input
attributes:
label: Crash Report
description: "
We need the Crash Report to figure out why the crash happened.
This file can be found in the \"crash-reports\" folder of your Minecraft folder.
It will be the newest file there.
Please upload the file to https://mclo.gs/ and put the link here.
"
validations:
required: true

- type: dropdown
attributes:
label: Minecraft Version
options:
- "1.19.2"
- "1.20.1"
validations:
required: true

- type: markdown
attributes:
value: "Thank you for taking the time to report this and help improve Create Unlimited!"
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/suggestion.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Suggestion
description: Suggest something that would improve Create Unlimited
description: Submit your ideas and suggestions for consideration.
title: "[Suggestion] "
labels: ["enhancement"]
body:
Expand Down

0 comments on commit 7fe3dda

Please sign in to comment.