diff --git a/.github/ISSUE_TEMPLATE/#0_bug_report.yml b/.github/ISSUE_TEMPLATE/#0_bug_report.yml deleted file mode 100644 index a2f71d6a7..000000000 --- a/.github/ISSUE_TEMPLATE/#0_bug_report.yml +++ /dev/null @@ -1,94 +0,0 @@ -name: 🐛 错误报告 (中文) -description: 创建一个报告以帮助我们改进 -title: '[错误]: ' -labels: ['BUG'] -body: - - type: markdown - attributes: - value: | - 感谢您花时间填写此错误报告! - 在提交此问题之前,请确保您已经了解了[常见问题](https://docs.cherry-ai.com/question-contact/questions)和[知识科普](https://docs.cherry-ai.com/question-contact/knowledge) - - - type: checkboxes - id: checklist - attributes: - label: 提交前检查 - description: | - 在提交 Issue 前请确保您已经完成了以下所有步骤 - options: - - label: 我理解 Issue 是用于反馈和解决问题的,而非吐槽评论区,将尽可能提供更多信息帮助问题解决。 - required: true - - label: 我的问题不是 [常见问题](https://github.com/CherryHQ/cherry-studio/issues/3881) 中的内容。 - required: true - - label: 我已经查看了 **置顶 Issue** 并搜索了现有的 [开放Issue](https://github.com/CherryHQ/cherry-studio/issues)和[已关闭Issue](https://github.com/CherryHQ/cherry-studio/issues?q=is%3Aissue%20state%3Aclosed%20),没有找到类似的问题。 - required: true - - label: 我填写了简短且清晰明确的标题,以便开发者在翻阅 Issue 列表时能快速确定大致问题。而不是“一个建议”、“卡住了”等。 - required: true - - label: 我确认我正在使用最新版本的 Cherry Studio。 - required: true - - - type: dropdown - id: platform - attributes: - label: 平台 - description: 您正在使用哪个平台? - options: - - Windows - - macOS - - Linux - validations: - required: true - - - type: input - id: version - attributes: - label: 版本 - description: 您正在运行的 Cherry Studio 版本是什么? - placeholder: 例如 v1.0.0 - validations: - required: true - - - type: textarea - id: description - attributes: - label: 错误描述 - description: 描述问题时请尽可能详细。请尽可能提供截图或屏幕录制,以帮助我们更好地理解问题。 - placeholder: 告诉我们发生了什么...(记得附上截图/录屏,如果适用) - validations: - required: true - - - type: textarea - id: reproduction - attributes: - label: 重现步骤 - description: 提供详细的重现步骤,以便于我们的开发人员可以准确地重现问题。请尽可能为每个步骤提供截图或屏幕录制。 - placeholder: | - 1. 转到 '...' - 2. 点击 '....' - 3. 向下滚动到 '....' - 4. 看到错误 - - 记得尽可能为每个步骤附上截图/录屏! - validations: - required: true - - - type: textarea - id: expected - attributes: - label: 预期行为 - description: 清晰简洁地描述您期望发生的事情 - validations: - required: true - - - type: textarea - id: logs - attributes: - label: 相关日志输出 - description: 请复制并粘贴任何相关的日志输出 - render: shell - - - type: textarea - id: additional - attributes: - label: 附加信息 - description: 任何能让我们对你所遇到的问题有更多了解的东西 diff --git a/.github/ISSUE_TEMPLATE/#1_feature_request.yml b/.github/ISSUE_TEMPLATE/#1_feature_request.yml deleted file mode 100644 index 15ed7df09..000000000 --- a/.github/ISSUE_TEMPLATE/#1_feature_request.yml +++ /dev/null @@ -1,76 +0,0 @@ -name: 💡 功能建议 (中文) -description: 为项目提出新的想法 -title: '[功能]: ' -labels: ['feature'] -body: - - type: markdown - attributes: - value: | - 感谢您花时间提出新的功能建议! - 在提交此问题之前,请确保您已经了解了[项目规划](https://docs.cherry-ai.com/cherrystudio/planning)和[功能介绍](https://docs.cherry-ai.com/cherrystudio/preview) - - - type: checkboxes - id: checklist - attributes: - label: 提交前检查 - description: | - 在提交 Issue 前请确保您已经完成了以下所有步骤 - options: - - label: 我理解 Issue 是用于反馈和解决问题的,而非吐槽评论区,将尽可能提供更多信息帮助问题解决。 - required: true - - label: 我已经查看了置顶 Issue 并搜索了现有的 [开放Issue](https://github.com/CherryHQ/cherry-studio/issues)和[已关闭Issue](https://github.com/CherryHQ/cherry-studio/issues?q=is%3Aissue%20state%3Aclosed%20),没有找到类似的建议。 - required: true - - label: 我填写了简短且清晰明确的标题,以便开发者在翻阅 Issue 列表时能快速确定大致问题。而不是“一个建议”、“卡住了”等。 - required: true - - label: 最新的 Cherry Studio 版本没有实现我所提出的功能。 - required: true - - - type: dropdown - id: platform - attributes: - label: 平台 - description: 您正在使用哪个平台? - options: - - Windows - - macOS - - Linux - validations: - required: true - - - type: input - id: version - attributes: - label: 版本 - description: 您正在运行的 Cherry Studio 版本是什么? - placeholder: 例如 v1.0.0 - validations: - required: true - - - type: textarea - id: problem - attributes: - label: 您的功能建议是否与某个问题/issue相关? - description: 请简明扼要地描述您遇到的问题 - placeholder: 我总是感到沮丧,因为... - validations: - required: true - - - type: textarea - id: solution - attributes: - label: 请描述您希望实现的解决方案 - description: 请简明扼要地描述您希望发生的情况 - validations: - required: true - - - type: textarea - id: alternatives - attributes: - label: 请描述您考虑过的其他方案 - description: 请简明扼要地描述您考虑过的任何其他解决方案或功能 - - - type: textarea - id: additional - attributes: - label: 其他补充信息 - description: 在此添加任何其他与功能建议相关的上下文或截图 diff --git a/.github/ISSUE_TEMPLATE/#2_question.yml b/.github/ISSUE_TEMPLATE/#2_question.yml deleted file mode 100644 index 5b9660d92..000000000 --- a/.github/ISSUE_TEMPLATE/#2_question.yml +++ /dev/null @@ -1,77 +0,0 @@ -name: ❓ 提问 & 讨论 (中文) -description: 寻求帮助、讨论问题、提出疑问等... -title: '[讨论]: ' -labels: ['discussion', 'help wanted'] -body: - - type: markdown - attributes: - value: | - 感谢您的提问!请尽可能详细地描述您的问题,这样我们才能更好地帮助您。 - - - type: checkboxes - id: checklist - attributes: - label: Issue 检查清单 - description: | - 在提交 Issue 前请确保您已经完成了以下所有步骤 - options: - - label: 我理解 Issue 是用于反馈和解决问题的,而非吐槽评论区,将尽可能提供更多信息帮助问题解决。 - required: true - - label: 我确认自己需要的是提出问题并且讨论问题,而不是 Bug 反馈或需求建议。 - required: true - - - type: dropdown - id: platform - attributes: - label: 平台 - description: 您正在使用哪个平台? - options: - - Windows - - macOS - - Linux - validations: - required: true - - - type: input - id: version - attributes: - label: 版本 - description: 您正在运行的 Cherry Studio 版本是什么? - placeholder: 例如 v1.0.0 - validations: - required: true - - - type: textarea - id: question - attributes: - label: 您的问题 - description: 请详细描述您的问题 - placeholder: 请尽可能清楚地说明您的问题... - validations: - required: true - - - type: textarea - id: context - attributes: - label: 相关背景 - description: 请提供一些背景信息,帮助我们更好地理解您的问题 - placeholder: 例如:使用场景、已尝试的解决方案等 - - - type: textarea - id: additional - attributes: - label: 补充信息 - description: 任何其他相关的信息、截图或代码示例 - render: shell - - - type: dropdown - id: priority - attributes: - label: 优先级 - description: 这个问题对您来说有多紧急? - options: - - 低 (有空再看) - - 中 (希望尽快得到答复) - - 高 (阻碍工作进行) - validations: - required: true diff --git a/.github/ISSUE_TEMPLATE/#3_others.yml b/.github/ISSUE_TEMPLATE/#3_others.yml deleted file mode 100644 index 8eec58b38..000000000 --- a/.github/ISSUE_TEMPLATE/#3_others.yml +++ /dev/null @@ -1,76 +0,0 @@ -name: 🤔 其他问题 (中文) -description: 提交不属于错误报告或功能需求的问题 -title: '[其他]: ' -body: - - type: markdown - attributes: - value: | - 感谢您花时间提出问题! - 在提交此问题之前,请确保您已经了解了[常见问题](https://docs.cherry-ai.com/question-contact/questions)和[知识科普](https://docs.cherry-ai.com/question-contact/knowledge) - - - type: checkboxes - id: checklist - attributes: - label: 提交前检查 - description: | - 在提交 Issue 前请确保您已经完成了以下所有步骤 - options: - - label: 我理解 Issue 是用于反馈和解决问题的,而非吐槽评论区,将尽可能提供更多信息帮助问题解决。 - required: true - - label: 我已经查看了置顶 Issue 并搜索了现有的 [开放Issue](https://github.com/CherryHQ/cherry-studio/issues)和[已关闭Issue](https://github.com/CherryHQ/cherry-studio/issues?q=is%3Aissue%20state%3Aclosed%20),没有找到类似的问题。 - required: true - - label: 我填写了简短且清晰明确的标题,以便开发者在翻阅 Issue 列表时能快速确定大致问题。而不是"一个问题"、"求助"等。 - required: true - - label: 我的问题不属于错误报告或功能需求类别。 - required: true - - - type: dropdown - id: platform - attributes: - label: 平台 - description: 您正在使用哪个平台? - options: - - Windows - - macOS - - Linux - validations: - required: true - - - type: input - id: version - attributes: - label: 版本 - description: 您正在运行的 Cherry Studio 版本是什么? - placeholder: 例如 v1.0.0 - validations: - required: true - - - type: textarea - id: question - attributes: - label: 问题描述 - description: 请详细描述您的问题或疑问 - placeholder: 我想了解有关...的更多信息 - validations: - required: true - - - type: textarea - id: context - attributes: - label: 相关背景 - description: 请提供与您的问题相关的任何背景信息或上下文 - placeholder: 我尝试实现...时遇到了疑问 - validations: - required: true - - - type: textarea - id: attempts - attributes: - label: 您已尝试的方法 - description: 请描述您为解决问题已经尝试过的方法(如果有) - - - type: textarea - id: additional - attributes: - label: 附加信息 - description: 任何能让我们对您的问题有更多了解的信息,包括截图或相关链接