Skip to content

Commit

Permalink
Tweak Crash Report Template
Browse files Browse the repository at this point in the history
  • Loading branch information
Hundrec committed Jul 11, 2024
1 parent 88b35ce commit ac11e52
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/ISSUE_TEMPLATE/crash.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Crash Report
description: Report a crash that occurred while playing.
description: Report a crash that occurred while playing the game.
labels: ["type: major bug", "status: pending triage"]
title: "Crash: "
body:
Expand All @@ -8,22 +8,23 @@ body:
label: Issue Checklist
options:
- label: I have properly named the issue
- label: I looked in issues/discussions, if it has been previously reported
- label: I have checked the issues/discussions pages to see if the issue has been previously reported

- type: dropdown
attributes:
label: What platform are you using?
options:
- Itch.io - Windows
- Itch.io - MacOS
- Itch.io - Linux
- Newgrounds (Web)
- Itch.io (Web)
- Itch.io (Downloadable Build) - Windows
- Itch.io (Downloadable Build) - MacOS
- Itch.io (Downloadable Build) - Linux
validations:
required: true

- type: dropdown
attributes:
label: If you were playing on a browser, which one were you using?
label: If you are playing on a browser, which one are you using?
options:
- Google Chrome
- Microsoft Edge
Expand All @@ -35,18 +36,18 @@ body:
- type: input
attributes:
label: Version
description: What version were you using?
description: What version are you using?
placeholder: ex. 0.4.1
validations:
required: true

- type: markdown
attributes:
value: "## Describe the issue."
value: "## Describe your bug."

- type: markdown
attributes:
value: "### Please do not report issues from other engines. These must be reported in their repositories."
value: "### Please do not report issues from other engines. These must be reported in their respective repositories."

- type: markdown
attributes:
Expand Down

0 comments on commit ac11e52

Please sign in to comment.