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