From 5df8fdb71317c9e39bac9f94f0a6c71254c74e20 Mon Sep 17 00:00:00 2001 From: Tomas Borcin Date: Thu, 2 Mar 2023 15:38:10 +0100 Subject: [PATCH] Add input for component version --- .github/ISSUE_TEMPLATE/bug-report.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 875e5ed18..38e81dc80 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -27,6 +27,12 @@ body: - Other validations: required: true + - type: input + id: component_id + attributes: + label: component version + description: Which component version does this issue occur on? (see your `idf_component.yml`) + placeholder: ex. 1.0.0 - type: input id: idf_version attributes: