From 0a48d9eac448457ccc8ab1d7d1baff92bb6c8871 Mon Sep 17 00:00:00 2001 From: Joscha <34318751+josxha@users.noreply.github.com> Date: Mon, 19 Feb 2024 23:43:10 +0100 Subject: [PATCH] fix: parse issue templates --- .github/ISSUE_TEMPLATE/1-bug.yml | 2 +- .github/ISSUE_TEMPLATE/2-feature.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug.yml b/.github/ISSUE_TEMPLATE/1-bug.yml index a29f5d8..0f24a0c 100644 --- a/.github/ISSUE_TEMPLATE/1-bug.yml +++ b/.github/ISSUE_TEMPLATE/1-bug.yml @@ -4,7 +4,7 @@ title: "[BUG] " labels: [ "bug" ] body: - type: dropdown - id: severity + id: package attributes: label: Package description: For what is your bug report? diff --git a/.github/ISSUE_TEMPLATE/2-feature.yml b/.github/ISSUE_TEMPLATE/2-feature.yml index 1921170..9603573 100644 --- a/.github/ISSUE_TEMPLATE/2-feature.yml +++ b/.github/ISSUE_TEMPLATE/2-feature.yml @@ -4,7 +4,7 @@ title: "[FEATURE] <title>" labels: [ "feature" ] body: - type: dropdown - id: scope + id: package attributes: label: Package description: For what is your feature request?