OpenRCT2/.github/ISSUE_TEMPLATE/bug_report.yaml

65 lines
1.9 KiB
YAML

name: Bug report
description: Report an issue you encountered when playing OpenRCT2.
labels:
- bug
body:
- type: markdown
attributes:
value: Before filing this bug, [please check if it hasn't already been reported](https://github.com/OpenRCT2/OpenRCT2/issues?q=is%3Aissue+label%3Abug). If it has, please add useful information to the existing issue instead.
- type: input
attributes:
label: Operating System
placeholder: Windows 10, 64-bit
validations:
required: true
- type: input
attributes:
label: OpenRCT2 build
placeholder: OpenRCT2, v0.3.4.1 (d76611e on develop) provided by GitHub
description: You can see the version by running `openrct2 --version` or copy it from the About window. Open the "Disk and game options" menu (floppy disk on the top toolbar), choose "About 'OpenRCT2'" and click the copy button next to the version information.
validations:
required: true
- type: textarea
attributes:
label: Describe the issue
description: Please describe the issue you are experiencing here.
validations:
required: true
- type: dropdown
attributes:
label: Area(s) with issue?
description: What things had an issue? Check all that apply.
multiple: true
options:
- New Save Format (NSF)
- The bug also exists in RCT2 (vanilla)
- This bug is specific to multiplayer
- Building the game
validations:
required: false
- type: textarea
attributes:
label: Steps to reproduce
description: We highly suggest including a screenshot and a bug report log (System tray->Report bug).
placeholder: Tell us the steps required to trigger your bug.
value: |
1.
2.
3.
validations:
required: true
- type: textarea
attributes:
label: Attachments
description: Please add any screenshots, dump files and/or videos here that may help us fix the issue.
placeholder: Drag and drop files here to add them
validations:
required: false