From 71af2e62a40fd67f212447d646a839788f5aed06 Mon Sep 17 00:00:00 2001 From: Meier Lukas Date: Thu, 17 Apr 2025 18:39:24 +0200 Subject: [PATCH] chore(issue-template): add id to issue template field to define it through query params Signed-off-by: Meier Lukas --- .github/ISSUE_TEMPLATE/update_normal_icon.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/update_normal_icon.yml b/.github/ISSUE_TEMPLATE/update_normal_icon.yml index 23e66701..7ee6eba4 100644 --- a/.github/ISSUE_TEMPLATE/update_normal_icon.yml +++ b/.github/ISSUE_TEMPLATE/update_normal_icon.yml @@ -9,6 +9,7 @@ body: 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 attributes: + id: iconName label: Icon name description: The name has to match the existing icon name. placeholder: e.g. "icon-name"