Skip to content

Commit

Permalink
github: make save files mandatory for new bug reports (#63366)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei8l authored Feb 5, 2023
1 parent d26a0f4 commit 7505987
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,20 @@ body:
validations:
required: true

- type: textarea
id: save-file
attributes:
label: Attach save file
description: |
`ESC`Main Menu -> `b`Debug Menu -> `i`Info -> `!`Generate minimized save archive
placeholder: |
Write N/A if not applicable.
- this bug report is unlikely to get resolved without a save file, unless it's trivially
reproducible or the reproduction steps are complete.
validations:
required: true

- type: textarea
id: steps-to-reproduce
attributes:
Expand Down Expand Up @@ -55,8 +69,7 @@ body:
attributes:
label: Versions and configuration
description: |
The following information should consist only of the automated game report generated by the game; please put further information below.
To generate a report: "Main menu (ESC) > Debug Menu > Info > Generate game report".
`ESC`Main Menu -> `b`Debug Menu -> `i`Info -> `r`Generate game report
placeholder: |
- OS: [e.g. iOS 8 or Windows 10 or Ubuntu 18.04]
- Game Version: [e.g. 0.C-29938-g90f5268437]
Expand Down

0 comments on commit 7505987

Please sign in to comment.