From 8ce5b73b694b55b137204df866b8f04df9d9127d Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 15 Jan 2023 14:37:45 +0100 Subject: [PATCH] Add missing required IDs to issue form (#25762) --- .github/ISSUE_TEMPLATE/feedback.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/feedback.yml b/.github/ISSUE_TEMPLATE/feedback.yml index 86425bcd6cf..e645919c62a 100644 --- a/.github/ISSUE_TEMPLATE/feedback.yml +++ b/.github/ISSUE_TEMPLATE/feedback.yml @@ -24,6 +24,7 @@ body: value: | ## Details - type: input + id: url attributes: label: URL placeholder: "http://www.home-assistant.io/..." @@ -32,6 +33,7 @@ body: validations: required: true - type: input + id: version attributes: label: Version placeholder: "e.g., 2022.7.0"