From e2dc6d03df4b505aeaeb565aa73fe0516167dfe8 Mon Sep 17 00:00:00 2001 From: David Rapan Date: Wed, 25 Dec 2024 15:27:32 +0100 Subject: [PATCH] chore: Update Bug report template --- .github/ISSUE_TEMPLATE/bug-report.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index c9444e0..b05b2cc 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -31,13 +31,20 @@ body: id: version attributes: label: Version - placeholder: 24.12.08 + placeholder: "24.12.22" validations: required: true - type: input id: version_ha attributes: - label: Home Assistant Version - placeholder: 2024.12.1 + label: Home Assistant Core Version + placeholder: "2024.12.5" + validations: + required: true + - type: input + id: version_ha + attributes: + label: Home Assistant Operating System Version + placeholder: "14.1" validations: required: true \ No newline at end of file