From 623d075ab8158cc39807dad1391659dd2b59a24b Mon Sep 17 00:00:00 2001 From: Tunglies Date: Sat, 1 Mar 2025 18:57:11 +0800 Subject: [PATCH] add: issues type template --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + .github/ISSUE_TEMPLATE/feature_request.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 6b6ec697..66564bb7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -2,6 +2,7 @@ name: 问题反馈 / Bug report title: "[BUG] " description: 反馈你遇到的问题 / Report the issue you are experiencing labels: ["bug"] +type: "Bug" body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index addd290d..da93d6ff 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -2,6 +2,7 @@ name: 功能请求 / Feature request title: "[Feature] " description: 提出你的功能请求 / Propose your feature request labels: ["enhancement"] +type: "Feature" body: - type: markdown