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
|
2022-10-27 10:32:45 +02:00
|
|
|
- type: checkboxes
|
2022-10-27 10:24:28 +02:00
|
|
|
id: os
|
|
|
|
attributes:
|
|
|
|
label: Operating System
|
2022-10-27 10:32:45 +02:00
|
|
|
options:
|
2022-10-27 10:36:45 +02:00
|
|
|
- label: Windows
|
|
|
|
- label: macOS
|
|
|
|
- label: Linux
|
|
|
|
- label: FreeBSD
|
|
|
|
- label: OpenBSD
|
|
|
|
- label: Android
|
|
|
|
- label: iOS
|
|
|
|
- label: Nintendo Switch
|
2023-10-01 15:42:58 +02:00
|
|
|
- label: PlayStation 5
|
2022-10-27 10:36:45 +02:00
|
|
|
- label: Xbox
|
|
|
|
- label: Web Browsers
|
2022-10-27 10:24:28 +02:00
|
|
|
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:
|
2022-10-27 17:23:29 +02:00
|
|
|
label: Go Version (`go version`)
|
2022-10-27 10:24:28 +02:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
id: repro_steps
|
|
|
|
attributes:
|
2022-10-27 17:23:29 +02:00
|
|
|
label: What steps will reproduce the problem?
|
2022-10-27 10:24:28 +02:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
2022-10-27 17:23:29 +02:00
|
|
|
id: expected_result
|
2022-10-27 10:24:28 +02:00
|
|
|
attributes:
|
2022-10-27 17:23:29 +02:00
|
|
|
label: What is the expected result?
|
2022-10-27 10:24:28 +02:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
2022-10-27 17:23:29 +02:00
|
|
|
id: actual_result
|
2022-10-27 10:24:28 +02:00
|
|
|
attributes:
|
2022-10-27 17:23:29 +02:00
|
|
|
label: What happens instead?
|
2022-10-27 10:24:28 +02:00
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
id: additional
|
|
|
|
attributes:
|
|
|
|
label: Anything else you feel useful to add?
|