From 14fabd19c1451b003b1cf070538b084db7184c8e Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Thu, 27 Oct 2022 17:27:37 +0900 Subject: [PATCH] .github/ISSUE_TEMPLATE: use input and checkboxes types Updates #2405 --- .github/ISSUE_TEMPLATE/bug-report.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index a8128d7c4..7e8f9ba6a 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -2,8 +2,8 @@ name: Bug Report description: Report a bug you've found. labels: bug body: -- type: textarea - id: version_of_this +- type: input + id: version_of_ebitengine attributes: label: Ebitengine Version validations: @@ -13,7 +13,7 @@ body: attributes: label: Operating System description: Which Operating System was the bug on? - options: + checkboxes: - Windows - macOS - Linux @@ -26,8 +26,8 @@ body: - Web Browsers validations: required: true -- type: textarea - id: version_of_lang +- type: input + id: version_of_go attributes: label: Go Version validations: