2022-10-27 10:24:28 +02:00
|
|
|
name: Bug Report
|
|
|
|
description: Report a bug you've found.
|
|
|
|
labels: bug
|
|
|
|
body:
|
2022-10-27 10:27:37 +02:00
|
|
|
- type: input
|
|
|
|
id: version_of_ebitengine
|
2022-10-27 10:24:28 +02:00
|
|
|
attributes:
|
|
|
|
label: Ebitengine Version
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: dropdown
|
|
|
|
id: os
|
|
|
|
attributes:
|
|
|
|
label: Operating System
|
|
|
|
description: Which Operating System was the bug on?
|
2022-10-27 10:27:37 +02:00
|
|
|
checkboxes:
|
2022-10-27 10:24:28 +02:00
|
|
|
- Windows
|
|
|
|
- macOS
|
|
|
|
- Linux
|
|
|
|
- FreeBSD
|
|
|
|
- OpenBSD
|
|
|
|
- Android
|
|
|
|
- iOS
|
|
|
|
- Nintendo Switch
|
|
|
|
- Xbox
|
|
|
|
- Web Browsers
|
|
|
|
validations:
|
|
|
|
required: true
|
2022-10-27 10:27:37 +02:00
|
|
|
- type: input
|
|
|
|
id: version_of_go
|
2022-10-27 10:24:28 +02:00
|
|
|
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?
|