From 76325afe2da8dd0320603fc3a42fd2257c1ce423 Mon Sep 17 00:00:00 2001 From: Marukome0743 Date: Mon, 20 Jan 2025 16:22:04 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B0chore(github):=20use=20Issue=20Type?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f0edffa5..e47881d6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,7 +1,7 @@ name: 🐛 Bug Report description: File a bug report title: "🐛Bug[scope]: " -labels: ["🐛bug"] +type: Bug body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 9cb8cc0a..7c113a13 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,7 +1,7 @@ name: 🚀 Feature Request description: Suggest an idea, feature, or enhancement title: "🚀Feature[scope]: " -labels: ["🚀enhancement"] +type: Feature body: - type: markdown attributes: