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