diff --git a/.github/ISSUE_TEMPLATE/01-bug-report-en.yml b/.github/ISSUE_TEMPLATE/01-bug-report-en.yml index 647e1638..ea5f174a 100644 --- a/.github/ISSUE_TEMPLATE/01-bug-report-en.yml +++ b/.github/ISSUE_TEMPLATE/01-bug-report-en.yml @@ -1,6 +1,7 @@ name: "[English] Bug Report" description: "Create a report to help us debug bugs" title: "[BUG] " +labels: ["bug"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/02-feature-request-en.yml b/.github/ISSUE_TEMPLATE/02-feature-request-en.yml index 66f06be7..996d296e 100644 --- a/.github/ISSUE_TEMPLATE/02-feature-request-en.yml +++ b/.github/ISSUE_TEMPLATE/02-feature-request-en.yml @@ -1,6 +1,7 @@ name: "[English] Feature Request" description: "Create a report to help us improve" title: "[Feature Request] " +labels: ["enhancement"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/03-bug-report-zh-cn.yml b/.github/ISSUE_TEMPLATE/03-bug-report-zh-cn.yml index b8259b29..ff327b55 100644 --- a/.github/ISSUE_TEMPLATE/03-bug-report-zh-cn.yml +++ b/.github/ISSUE_TEMPLATE/03-bug-report-zh-cn.yml @@ -1,6 +1,7 @@ name: "[简体中文] 错误报告" description: "创建错误报告以帮助我们修正应用" title: "[BUG] " +labels: ["bug"] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/04-feature-request-zh-cn.yml b/.github/ISSUE_TEMPLATE/04-feature-request-zh-cn.yml index 6748d5a6..11804175 100644 --- a/.github/ISSUE_TEMPLATE/04-feature-request-zh-cn.yml +++ b/.github/ISSUE_TEMPLATE/04-feature-request-zh-cn.yml @@ -1,6 +1,7 @@ name: "[简体中文] 功能请求" description: "您希望的能够在应用中增加功能" title: "[Feature Request] " +labels: ["enhancement"] body: - type: markdown attributes: