From ac39b73675758f61d9c6644ac1f5495f560f4b64 Mon Sep 17 00:00:00 2001 From: David Rapan Date: Wed, 25 Dec 2024 20:08:25 +0100 Subject: [PATCH] chore: Update templates --- .github/ISSUE_TEMPLATE/bug-report.yml | 6 +++--- .github/ISSUE_TEMPLATE/feature-request.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index b05b2cc5..f70cef29 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -35,16 +35,16 @@ body: validations: required: true - type: input - id: version_ha + id: version_core attributes: label: Home Assistant Core Version placeholder: "2024.12.5" validations: required: true - type: input - id: version_ha + id: version_haos attributes: label: Home Assistant Operating System Version placeholder: "14.1" validations: - required: true \ No newline at end of file + required: true diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 6c3a0348..5f53a6b5 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -23,4 +23,4 @@ body: description: A clear and concise description of any alternative solutions or features you've considered. placeholder: Alternative validations: - required: true \ No newline at end of file + required: true