mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-24 00:40:13 +01:00
61 lines
1.2 KiB
YAML
61 lines
1.2 KiB
YAML
name: Bug Report
|
|
description: Report a bug you've found.
|
|
labels: bug
|
|
body:
|
|
- type: input
|
|
id: version_of_ebitengine
|
|
attributes:
|
|
label: Ebitengine Version
|
|
validations:
|
|
required: true
|
|
- type: checkboxes
|
|
id: os
|
|
attributes:
|
|
label: Operating System
|
|
description: Which Operating System was the bug on?
|
|
options:
|
|
- Windows
|
|
- macOS
|
|
- Linux
|
|
- FreeBSD
|
|
- OpenBSD
|
|
- Android
|
|
- iOS
|
|
- Nintendo Switch
|
|
- Xbox
|
|
- Web Browsers
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: version_of_go
|
|
attributes:
|
|
label: Go Version
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: repro_steps
|
|
attributes:
|
|
label: What were you doing (steps to reproduce the bug)?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: actual_result
|
|
attributes:
|
|
label: What actually happened as a result?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: expected_result
|
|
attributes:
|
|
label: What did you expect to happen?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: stacktrace
|
|
attributes:
|
|
label: If you have a stack trace, please add it here.
|
|
- type: textarea
|
|
id: additional
|
|
attributes:
|
|
label: Anything else you feel useful to add?
|