diff --git a/.github/ISSUE_TEMPLATE/en_bug_report.yml b/.github/ISSUE_TEMPLATE/en_bug_report.yml index 2dce9922..3f8da04e 100644 --- a/.github/ISSUE_TEMPLATE/en_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/en_bug_report.yml @@ -1,6 +1,6 @@ name: EN | Bug report description: Create a report to help us improve -labels: ["bug"] +type: "Bug" body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/en_feature_request.yml b/.github/ISSUE_TEMPLATE/en_feature_request.yml index 0ee8b13f..519778fd 100644 --- a/.github/ISSUE_TEMPLATE/en_feature_request.yml +++ b/.github/ISSUE_TEMPLATE/en_feature_request.yml @@ -1,6 +1,6 @@ name: EN | Feature request description: Suggest an idea to improve Leaf -labels: ["enhancement"] +type: "Feature" body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/zh_bug_report.yml b/.github/ISSUE_TEMPLATE/zh_bug_report.yml index 76e68b46..04fa90b5 100644 --- a/.github/ISSUE_TEMPLATE/zh_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/zh_bug_report.yml @@ -1,6 +1,6 @@ name: CN | 问题反馈 description: 创建一个问题反馈来帮助我们进步! -labels: ["bug"] +type: "Bug" body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/zh_feature_request.yml b/.github/ISSUE_TEMPLATE/zh_feature_request.yml index d6f66c5a..2f2a7ced 100644 --- a/.github/ISSUE_TEMPLATE/zh_feature_request.yml +++ b/.github/ISSUE_TEMPLATE/zh_feature_request.yml @@ -1,6 +1,6 @@ name: CN | 功能建议 description: 想要一个新功能或给 Leaf 提建议? -labels: ["enhancement"] +type: "Feature" body: - type: markdown