From 08d5dd709cf7872a0f62a54900217b101784f297 Mon Sep 17 00:00:00 2001 From: Meier Lukas Date: Thu, 17 Apr 2025 18:40:05 +0200 Subject: [PATCH] chore(issue-template): fix add id to issue template field to define it through query params Signed-off-by: Meier Lukas --- .github/ISSUE_TEMPLATE/update_normal_icon.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/update_normal_icon.yml b/.github/ISSUE_TEMPLATE/update_normal_icon.yml index 7ee6eba4..1087c87c 100644 --- a/.github/ISSUE_TEMPLATE/update_normal_icon.yml +++ b/.github/ISSUE_TEMPLATE/update_normal_icon.yml @@ -8,8 +8,8 @@ body: value: | Hello and thank you for contributing to the project! Please fill out the following informations to update an existing icon in the project. - type: input + id: iconName attributes: - id: iconName label: Icon name description: The name has to match the existing icon name. placeholder: e.g. "icon-name"