From f7c0a63a9050c89744f00cc2deb2e2058455e46f Mon Sep 17 00:00:00 2001 From: John Date: Sat, 12 Feb 2022 10:40:13 +0100 Subject: [PATCH] dropdown --- .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 1cc3f484..977b4cdc 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -74,16 +74,16 @@ body: - other validations: required: true - - type: checkboxes + - type: dropdown id: docker attributes: label: Dockerized description: indicate if a docker container is used options: - - label: devel - - label: latest (release) - - label: same as ebusd version - - label: other + - devel + - latest + - same as ebusd version + - other - type: dropdown id: interface attributes: