From 4376d18624c87602ea96f3460f632773b206fb83 Mon Sep 17 00:00:00 2001 From: Spyridon Siarapis Date: Sun, 2 Aug 2026 19:52:48 +0200 Subject: [PATCH] ci: Added types to the update issue templates --- .github/workflows/scripts/update-issue-templates.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/scripts/update-issue-templates.py b/.github/workflows/scripts/update-issue-templates.py index e4b15b3..8e836a9 100644 --- a/.github/workflows/scripts/update-issue-templates.py +++ b/.github/workflows/scripts/update-issue-templates.py @@ -30,6 +30,7 @@ name: Bug Report description: Report a bug in a community plugin title: "[BUG] " labels: ["bug"] +type: "Bug" body: - type: checkboxes @@ -154,6 +155,7 @@ name: Feature Request description: Suggest an improvement to a community plugin title: "[FEATURE] " labels: ["feature"] +type: "Feature" body: - type: checkboxes