OpenRCT2/.github/ISSUE_TEMPLATE/bug_report.yaml

77 lines
2.4 KiB
YAML
Raw Normal View History

2021-06-07 19:14:11 +02:00
name: Bug report
2021-07-24 13:40:40 +02:00
description: Report an issue you encountered when playing OpenRCT2.
2021-06-07 19:14:11 +02:00
labels:
- bug
body:
- type: markdown
attributes:
2021-08-08 22:11:13 +02:00
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.
2021-06-07 19:14:11 +02:00
- type: input
attributes:
label: Operating System
2022-07-07 23:10:34 +02:00
placeholder: e.g. Windows 10, 64-bit
2021-06-07 19:14:11 +02:00
validations:
required: true
- type: input
attributes:
label: OpenRCT2 build
placeholder: e.g. OpenRCT2, v0.4.2-53-g3fa7d59 (3fa7d59 on develop) provided by GitHub
2021-08-09 20:56:48 +02:00
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.
2021-06-07 19:14:11 +02:00
validations:
required: true
- type: dropdown
2021-06-07 19:14:11 +02:00
attributes:
label: Base game
description: With what base game do you have OpenRCT2 loaded? Did you test it with the other (select both if so)?
multiple: true
options:
- RollerCoaster Tycoon 2
- RollerCoaster Tycoon Classic
2021-06-07 19:14:11 +02:00
validations:
required: true
- type: dropdown
attributes:
label: Area(s) with this issue?
description: What things had an issue? Check all that apply.
2021-06-07 19:14:11 +02:00
multiple: true
options:
- The bug also exists in the original game (RCT2/RCTC)
2021-06-07 19:14:11 +02:00
- This bug is specific to multiplayer
- This bug is a graphical glitch or error
- This issue has to do with park objects and/or asset packs
- Issues building the game
2021-06-07 19:14:11 +02:00
validations:
required: false
- type: textarea
attributes:
label: Describe the issue
description: Please describe the issue you are experiencing here.
validations:
required: true
2021-06-07 19:14:11 +02:00
- type: textarea
attributes:
label: Steps to reproduce
2021-08-08 22:11:13 +02:00
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. Example:
1. Open the attached park file
2. Click on the park entrance
3. The game crashes
2021-06-07 19:14:11 +02:00
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