Skip to content

Commit

Permalink
Update issue templates to match create for a better reporting experience
Browse files Browse the repository at this point in the history
  • Loading branch information
IThundxr committed Aug 6, 2024
1 parent 0d00896 commit dd8ff45
Show file tree
Hide file tree
Showing 7 changed files with 79 additions and 178 deletions.
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
name: I found a bug!
description: "Report some other kind of issue. You should ask in the Discord first to make sure it's actually a bug with Steam 'n' Rails."
labels: [ "type: bug" ]
body:
- type: textarea
attributes:
label: Description
description: "
Please describe the issue with as much detail as possible.
Explain what happened, and what should have happened instead.
Add images, screenshots, or videos if they could be useful."
validations:
required: true

- type: input
attributes:
label: Game Log
description: "
We need the game log for additional information about the bug.
This file can be found in the \"logs\" folder of your Minecraft folder as \"latest.log\".
Please upload the file to https://mclo.gs/ and put the link here.
Do **not** paste the *contents* of the file here, because that will make this issue very hard to read.
"
validations:
required: true

- type: textarea
attributes:
label: Debug Information
description: "
Please run the \"/create debuginfo\" command in-game.
This will copy useful information to your clipboard that will greatly help with debugging.
Please paste this information here.
If this command does not exist, you can skip this part.
"
validations:
required: false

- type: markdown
attributes:
value: "Thank you for taking the time to make a report and help improve Steam 'n' Rails!"
133 changes: 0 additions & 133 deletions .github/ISSUE_TEMPLATE/bug_report.yml

This file was deleted.

11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
blank_issues_enabled: true
contact_links:
- name: I have a question!
url: https://discord.gg/create-steam-n-rails-706277846389227612
about: Join us on Discord and ask the community.
- name: I have a suggestion or idea!
url: https://discord.gg/create-steam-n-rails-706277846389227612
about: These are best discussed with the community and submitted on Discord.
- name: Talk to us on Discord.
url: https://discord.gg/create-steam-n-rails-706277846389227612
about: Ask questions and get help from the community.
27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/crash.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: My game crashed!
description: Report an issue that crashes the game.
labels: [ "type: crash" ]
body:
- type: textarea
attributes:
label: Context
description: What were you doing when the game crashed? Add images, screenshots, 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.
Do **not** paste the *contents* of the file here, because that will make this issue very hard to read.
"
validations:
required: true

- type: markdown
attributes:
value: "Thank you for taking the time to make a report and help improve Steam 'n' Rails!"
25 changes: 0 additions & 25 deletions .github/ISSUE_TEMPLATE/suggestion.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .github/config/labels.yml

This file was deleted.

14 changes: 0 additions & 14 deletions .github/workflows/issueLabeler.yml

This file was deleted.

0 comments on commit dd8ff45

Please sign in to comment.