From a0290b0c1be3b642ffe6e8d78f81d271e434ea76 Mon Sep 17 00:00:00 2001 From: Rubu Jam Date: Fri, 12 Jul 2024 14:52:07 +0000 Subject: [PATCH] chore: Modify `title` and `labels` --- .github/ISSUE_TEMPLATE/1_bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/1_bug_report_cn.yml | 2 +- .github/ISSUE_TEMPLATE/2_feature_request.yml | 4 ++-- .github/ISSUE_TEMPLATE/2_feature_request_cn.yml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1_bug_report.yml b/.github/ISSUE_TEMPLATE/1_bug_report.yml index 3d72484c6..b576629e3 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1_bug_report.yml @@ -1,7 +1,7 @@ name: '🐛 Bug Report' description: 'Report an bug' title: '[Bug] ' -labels: ['🐛 Bug'] +labels: ['bug'] body: - type: dropdown attributes: diff --git a/.github/ISSUE_TEMPLATE/1_bug_report_cn.yml b/.github/ISSUE_TEMPLATE/1_bug_report_cn.yml index fb3036222..1977237de 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_report_cn.yml +++ b/.github/ISSUE_TEMPLATE/1_bug_report_cn.yml @@ -1,7 +1,7 @@ name: '🐛 反馈缺陷' description: '反馈一个问题/缺陷' title: '[Bug] ' -labels: ['🐛 Bug'] +labels: ['bug'] body: - type: dropdown attributes: diff --git a/.github/ISSUE_TEMPLATE/2_feature_request.yml b/.github/ISSUE_TEMPLATE/2_feature_request.yml index 6bcc097f3..8576e8a83 100644 --- a/.github/ISSUE_TEMPLATE/2_feature_request.yml +++ b/.github/ISSUE_TEMPLATE/2_feature_request.yml @@ -1,7 +1,7 @@ name: '🌠 Feature Request' description: 'Suggest an idea' -title: '[Request] ' -labels: ['🌠 Feature Request'] +title: '[Feature Request] ' +labels: ['enhancement'] body: - type: textarea attributes: diff --git a/.github/ISSUE_TEMPLATE/2_feature_request_cn.yml b/.github/ISSUE_TEMPLATE/2_feature_request_cn.yml index f90e46a19..c7a3cc370 100644 --- a/.github/ISSUE_TEMPLATE/2_feature_request_cn.yml +++ b/.github/ISSUE_TEMPLATE/2_feature_request_cn.yml @@ -1,7 +1,7 @@ name: '🌠 功能需求' description: '提出需求或建议' -title: '[Request] ' -labels: ['🌠 Feature Request'] +title: '[Feature Request] ' +labels: ['enhancement'] body: - type: textarea attributes: