From 5d8110882d6de331bd06740834b6dbd3bccb3a22 Mon Sep 17 00:00:00 2001 From: Karsa Date: Fri, 12 Dec 2025 18:23:26 +0100 Subject: [PATCH] fix(.github/ISSUE_TEMPLATE): fix linting issue (@ is a reserved character) --- .github/ISSUE_TEMPLATE/02_bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/04_feature_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/02_bug_report.yml b/.github/ISSUE_TEMPLATE/02_bug_report.yml index 2fa7c7ef2..113b0dbc9 100644 --- a/.github/ISSUE_TEMPLATE/02_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/02_bug_report.yml @@ -23,7 +23,7 @@ body: - label: lucide-vue - label: lucide-vue-next - label: lucide-astro - - label: @lucide/icons + - label: '@lucide/icons' - label: Figma plugin - label: source/main - label: other/not relevant diff --git a/.github/ISSUE_TEMPLATE/04_feature_request.yml b/.github/ISSUE_TEMPLATE/04_feature_request.yml index 1c5be92ed..1fb43bcfa 100644 --- a/.github/ISSUE_TEMPLATE/04_feature_request.yml +++ b/.github/ISSUE_TEMPLATE/04_feature_request.yml @@ -23,7 +23,7 @@ body: - label: lucide-vue - label: lucide-vue-next - label: lucide-astro - - label: @lucide/icons + - label: '@lucide/icons' - label: Figma plugin - label: all JS packages - label: site