From 75df17476fac7c8eca6da0a69496f4a4c63ae567 Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Wed, 21 Aug 2024 17:07:25 +0200 Subject: [PATCH] fixup: issue templates due to labels reorg Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/01-bug-report.yml | 2 +- .github/ISSUE_TEMPLATE/02-feature-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/01-bug-report.yml b/.github/ISSUE_TEMPLATE/01-bug-report.yml index 2a92e7b..bd9b0f7 100644 --- a/.github/ISSUE_TEMPLATE/01-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/01-bug-report.yml @@ -3,7 +3,7 @@ name: 🐛 Bug Report description: Create a report to help us improve title: "[Bug]: " labels: - - "bug" + - "type: bug" body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/02-feature-request.yml b/.github/ISSUE_TEMPLATE/02-feature-request.yml index d23b5f6..b8c1f91 100644 --- a/.github/ISSUE_TEMPLATE/02-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/02-feature-request.yml @@ -3,7 +3,7 @@ name: 🛠️ Feature Request description: Suggest an idea to help us improve title: "[Feat]: " labels: - - "enhancement" + - "type: feature request" body: - type: markdown