mirror of
https://github.com/open-goal/jak-project
synced 2026-06-28 19:21:06 -04:00
82 lines
2.3 KiB
YAML
82 lines
2.3 KiB
YAML
name: "\U0001F41B Bug Report"
|
|
description: Create a bug report.
|
|
labels: ["bug"]
|
|
body:
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Acknowledgements
|
|
description: Take a couple minutes to help our maintainers work faster.
|
|
options:
|
|
- label: I have [searched](https://github.com/open-goal/jak-project/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Aupdated-desc) for duplicate or closed bug reports
|
|
required: true
|
|
- label: I understand that I am supposed to provide my own legitimately obtained copy of the game
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe the Bug
|
|
description: A clear and concise description of what the bug is. You may post screenshots or videos of the bug here.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: How To Reproduce
|
|
description: Steps to reproduce the behavior. You can also post a video of it here.
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
attributes:
|
|
label: Does this problem occur on original hardware or PCSX2?
|
|
description: Some things that may seem like bugs are actually exactly how the original game behaved.
|
|
options:
|
|
- Yes, it's unique to OpenGOAL
|
|
- Didn't check
|
|
- Not needed, bug is obvious
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Expected Behavior
|
|
description: A clear and concise description of the expected behavior.
|
|
placeholder: When I do X, Y should happen.
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
attributes:
|
|
label: Operating System
|
|
description: Windows version, Linux distribution, etc.
|
|
validations:
|
|
required: true
|
|
|
|
- type: input
|
|
attributes:
|
|
label: OpenGOAL Version
|
|
description: Either the release version (vX.X.X) or the commit sha if you've built from source
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
attributes:
|
|
label: Game Version
|
|
options:
|
|
- NTSC 1.0 (black label)
|
|
- NTSC Greatest Hits version (red label)
|
|
- PAL
|
|
- JP
|
|
validations:
|
|
required: true
|
|
|
|
- type: dropdown
|
|
attributes:
|
|
label: Are you using a high refresh-rate monitor (>60Hz)
|
|
options:
|
|
- "No"
|
|
- "Yes"
|
|
validations:
|
|
required: true
|
|
|