mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-19 14:41:24 +08:00
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:
parent
63198ee3d2
commit
a4854a883b
4
.github/ISSUE_TEMPLATE/#0_bug_report.yml
vendored
4
.github/ISSUE_TEMPLATE/#0_bug_report.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: 🐛 错误报告 (中文)
|
name: 🐛 错误报告 (中文)
|
||||||
description: 创建一个报告以帮助我们改进
|
description: 创建一个报告以帮助我们改进
|
||||||
title: '[错误]: '
|
title: '[错误]: '
|
||||||
labels: ['kind/bug']
|
labels: ['BUG']
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
@ -24,6 +24,8 @@ body:
|
|||||||
required: true
|
required: true
|
||||||
- label: 我填写了简短且清晰明确的标题,以便开发者在翻阅 Issue 列表时能快速确定大致问题。而不是“一个建议”、“卡住了”等。
|
- label: 我填写了简短且清晰明确的标题,以便开发者在翻阅 Issue 列表时能快速确定大致问题。而不是“一个建议”、“卡住了”等。
|
||||||
required: true
|
required: true
|
||||||
|
- label: 我确认我正在使用最新版本的 Cherry Studio。
|
||||||
|
required: true
|
||||||
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: platform
|
id: platform
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
name: 💡 功能建议 (中文)
|
name: 💡 功能建议 (中文)
|
||||||
description: 为项目提出新的想法
|
description: 为项目提出新的想法
|
||||||
title: '[功能]: '
|
title: '[功能]: '
|
||||||
labels: ['kind/enhancement']
|
labels: ['feature']
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/#2_question.yml
vendored
2
.github/ISSUE_TEMPLATE/#2_question.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: ❓ 提问 & 讨论 (中文)
|
name: ❓ 提问 & 讨论 (中文)
|
||||||
description: 寻求帮助、讨论问题、提出疑问等...
|
description: 寻求帮助、讨论问题、提出疑问等...
|
||||||
title: '[讨论]: '
|
title: '[讨论]: '
|
||||||
labels: ['kind/question']
|
labels: ['discussion', 'help wanted']
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
4
.github/ISSUE_TEMPLATE/0_bug_report.yml
vendored
4
.github/ISSUE_TEMPLATE/0_bug_report.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: 🐛 Bug Report (English)
|
name: 🐛 Bug Report (English)
|
||||||
description: Create a report to help us improve
|
description: Create a report to help us improve
|
||||||
title: '[Bug]: '
|
title: '[Bug]: '
|
||||||
labels: ['kind/bug']
|
labels: ['BUG']
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
@ -24,6 +24,8 @@ body:
|
|||||||
required: true
|
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.
|
- 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
|
required: true
|
||||||
|
- label: I've confirmed that I am using the latest version of Cherry Studio.
|
||||||
|
required: true
|
||||||
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: platform
|
id: platform
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/1_feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/1_feature_request.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: 💡 Feature Request (English)
|
name: 💡 Feature Request (English)
|
||||||
description: Suggest an idea for this project
|
description: Suggest an idea for this project
|
||||||
title: '[Feature]: '
|
title: '[Feature]: '
|
||||||
labels: ['kind/enhancement']
|
labels: ['feature']
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/2_question.yml
vendored
2
.github/ISSUE_TEMPLATE/2_question.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: ❓ Questions & Discussion
|
name: ❓ Questions & Discussion
|
||||||
description: Seeking help, discussing issues, asking questions, etc...
|
description: Seeking help, discussing issues, asking questions, etc...
|
||||||
title: '[Discussion]: '
|
title: '[Discussion]: '
|
||||||
labels: ['kind/question']
|
labels: ['discussion', 'help wanted']
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user