Chore/issue template (#8789)

* chore(ISSUE_TEMPLATE): 更新错误报告模板的标签和类型字段

将labels字段从'kind/bug'改为'bug'并添加type字段

* Revert "chore(ISSUE_TEMPLATE): 更新错误报告模板的标签和类型字段"

This reverts commit f1195e210a.

* docs(issue模板): 更新issue模板中的labels字段

将kind/前缀的labels更新为更简洁的格式,例如将kind/bug改为bug,kind/enhancement改为feature

* docs(ISSUE_TEMPLATE): 统一错误报告模板中的标签大小写

将中文和英文错误报告模板中的标签从 'bug' 统一改为大写 'BUG',保持一致性

* docs(ISSUE_TEMPLATE): 在bug报告模板中添加版本确认选项
This commit is contained in:
Phantom 2025-08-03 12:51:37 +08:00 committed by GitHub
parent 63198ee3d2
commit a4854a883b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 10 additions and 6 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
name: 💡 功能建议 (中文)
description: 为项目提出新的想法
title: '[功能]: '
labels: ['kind/enhancement']
labels: ['feature']
body:
- type: markdown
attributes:

View File

@ -1,7 +1,7 @@
name: ❓ 提问 & 讨论 (中文)
description: 寻求帮助、讨论问题、提出疑问等...
title: '[讨论]: '
labels: ['kind/question']
labels: ['discussion', 'help wanted']
body:
- type: markdown
attributes:

View File

@ -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

View File

@ -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:

View File

@ -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: