From 7ab4dcb071d8460b14d2aad08207784d42949331 Mon Sep 17 00:00:00 2001 From: SARDONYX-sard <68905624+SARDONYX-sard@users.noreply.github.com> Date: Thu, 25 Jul 2024 12:24:56 +0900 Subject: [PATCH] build(version): bump bluetooth-battery-monitor from 0.2.0 to 0.3.0 --- .github/ISSUE_TEMPLATE/bug-report.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index bc29800..a13960a 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -9,12 +9,15 @@ body: attributes: value: | Thanks for taking the time to fill out this bug report! - - type: input + - type: dropdown id: version attributes: label: Version description: What version of our software are you running? - placeholder: 'Example: 0.1.0' + options: + - 0.1.0 + - 0.2.0 + - 0.3.0 validations: required: true