mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
parent
0c38ca3760
commit
14fabd19c1
10
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
10
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@ -2,8 +2,8 @@ name: Bug Report
|
|||||||
description: Report a bug you've found.
|
description: Report a bug you've found.
|
||||||
labels: bug
|
labels: bug
|
||||||
body:
|
body:
|
||||||
- type: textarea
|
- type: input
|
||||||
id: version_of_this
|
id: version_of_ebitengine
|
||||||
attributes:
|
attributes:
|
||||||
label: Ebitengine Version
|
label: Ebitengine Version
|
||||||
validations:
|
validations:
|
||||||
@ -13,7 +13,7 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Operating System
|
label: Operating System
|
||||||
description: Which Operating System was the bug on?
|
description: Which Operating System was the bug on?
|
||||||
options:
|
checkboxes:
|
||||||
- Windows
|
- Windows
|
||||||
- macOS
|
- macOS
|
||||||
- Linux
|
- Linux
|
||||||
@ -26,8 +26,8 @@ body:
|
|||||||
- Web Browsers
|
- Web Browsers
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: input
|
||||||
id: version_of_lang
|
id: version_of_go
|
||||||
attributes:
|
attributes:
|
||||||
label: Go Version
|
label: Go Version
|
||||||
validations:
|
validations:
|
||||||
|
Loading…
Reference in New Issue
Block a user