diff --git a/.github/ISSUE_TEMPLATE/#0_bug_report.yml b/.github/ISSUE_TEMPLATE/#0_bug_report.yml index fb48c4b390..a2f71d6a7a 100644 --- a/.github/ISSUE_TEMPLATE/#0_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/#0_bug_report.yml @@ -1,7 +1,7 @@ name: 🐛 错误报告 (中文) description: 创建一个报告以帮助我们改进 title: '[错误]: ' -labels: ['kind/bug'] +labels: ['BUG'] body: - type: markdown attributes: @@ -24,6 +24,8 @@ body: required: true - label: 我填写了简短且清晰明确的标题,以便开发者在翻阅 Issue 列表时能快速确定大致问题。而不是“一个建议”、“卡住了”等。 required: true + - label: 我确认我正在使用最新版本的 Cherry Studio。 + required: true - type: dropdown id: platform diff --git a/.github/ISSUE_TEMPLATE/#1_feature_request.yml b/.github/ISSUE_TEMPLATE/#1_feature_request.yml index 0649a0ce87..15ed7df097 100644 --- a/.github/ISSUE_TEMPLATE/#1_feature_request.yml +++ b/.github/ISSUE_TEMPLATE/#1_feature_request.yml @@ -1,7 +1,7 @@ name: 💡 功能建议 (中文) description: 为项目提出新的想法 title: '[功能]: ' -labels: ['kind/enhancement'] +labels: ['feature'] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/#2_question.yml b/.github/ISSUE_TEMPLATE/#2_question.yml index 1b595883de..5b9660d921 100644 --- a/.github/ISSUE_TEMPLATE/#2_question.yml +++ b/.github/ISSUE_TEMPLATE/#2_question.yml @@ -1,7 +1,7 @@ name: ❓ 提问 & 讨论 (中文) description: 寻求帮助、讨论问题、提出疑问等... title: '[讨论]: ' -labels: ['kind/question'] +labels: ['discussion', 'help wanted'] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/0_bug_report.yml b/.github/ISSUE_TEMPLATE/0_bug_report.yml index b0af11456d..c50cdef530 100644 --- a/.github/ISSUE_TEMPLATE/0_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/0_bug_report.yml @@ -1,7 +1,7 @@ name: 🐛 Bug Report (English) description: Create a report to help us improve title: '[Bug]: ' -labels: ['kind/bug'] +labels: ['BUG'] body: - type: markdown attributes: @@ -24,6 +24,8 @@ body: required: true - label: I've filled in short, clear headings so that developers can quickly identify a rough idea of what to expect when flipping through the list of issues. And not "a suggestion", "stuck", etc. required: true + - label: I've confirmed that I am using the latest version of Cherry Studio. + required: true - type: dropdown id: platform diff --git a/.github/ISSUE_TEMPLATE/1_feature_request.yml b/.github/ISSUE_TEMPLATE/1_feature_request.yml index af95801cf6..0822742704 100644 --- a/.github/ISSUE_TEMPLATE/1_feature_request.yml +++ b/.github/ISSUE_TEMPLATE/1_feature_request.yml @@ -1,7 +1,7 @@ name: 💡 Feature Request (English) description: Suggest an idea for this project title: '[Feature]: ' -labels: ['kind/enhancement'] +labels: ['feature'] body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/2_question.yml b/.github/ISSUE_TEMPLATE/2_question.yml index 789ee80318..7baa828fb4 100644 --- a/.github/ISSUE_TEMPLATE/2_question.yml +++ b/.github/ISSUE_TEMPLATE/2_question.yml @@ -1,7 +1,7 @@ name: ❓ Questions & Discussion description: Seeking help, discussing issues, asking questions, etc... title: '[Discussion]: ' -labels: ['kind/question'] +labels: ['discussion', 'help wanted'] body: - type: markdown attributes: