Skip to content

Commit

Permalink
Update crash-report.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hexagonrecursion authored Aug 27, 2024
1 parent bfe07c9 commit 234601d
Showing 1 changed file with 24 additions and 11 deletions.
35 changes: 24 additions & 11 deletions .github/ISSUE_TEMPLATE/crash-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,9 @@ body:
- type: markdown
attributes:
value: Please **do not use** external websites (such as drop box or google drive) to upload screenshots, save files etc. External links have a tendency to become dead. Upload the files to github insted by using one of the below fields.
- type: input
attributes:
label: Game version
description: You can find this information in the bottom right corner of the main menu
placeholder: 0.2.1-alpha
validations:
required: true
- type: input
- type: textarea
attributes:
label: Operating system
placeholder: Windows 11
label: Error message
validations:
required: true
- type: textarea
Expand All @@ -34,4 +26,25 @@ body:
label: Save file
validations:
required: true

- type: input
attributes:
label: Game version
description: You can find this information in the bottom right corner of the main menu
placeholder: 0.2.1-alpha
validations:
required: true
- type: input
attributes:
label: Operating system
placeholder: Windows 11
validations:
required: true
- type: textarea
attributes:
label: Steps to reproduce the crash
placeholder: |
1. Start the "Alien Queen" mission from the "On Terranova" chapter
2. Fly the astronaut tovards the vault and smash into it
3. The game crashes
validations:
required: true

0 comments on commit 234601d

Please sign in to comment.