From cd051623cbab2e053fe2fdf60f7c962c394db47b Mon Sep 17 00:00:00 2001 From: Cordell Tippy <103352702+ddCat-main@users.noreply.github.com> Date: Mon, 31 Mar 2025 13:46:33 +0800 Subject: [PATCH] Delete .github/ISSUE_TEMPLATE directory --- .github/ISSUE_TEMPLATE/bug_report.yml | 61 ----------------- .github/ISSUE_TEMPLATE/feature_request.yml | 76 ---------------------- 2 files changed, 137 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml deleted file mode 100644 index debe8e8..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ /dev/null @@ -1,61 +0,0 @@ -title: "【错误报告】" -labels: bug -name: "🐞 错误报告" -description: 创建报告以帮助我们改进 -body: - - type: markdown - attributes: - value: | - **开始之前...** - - 此表单仅用于提交错误报告。如果您有使用问题 - 或者不确定这是否真的是一个错误,请确保: - - - 已更新到最新版本 - - 还要尝试搜索您的问题 - 它可能已经在 Issues 中得到解答甚至修复。 - 但是,如果您发现旧的、已关闭的问题在最新版本中仍然存在,您应该使用下面的表单打开一个新问题,而不是对旧问题发表评论。 - - - type: input - id: os-version - attributes: - label: 操作系统版本 - description: 请提供您的操作系统名称和版本 - placeholder: 如:Windows 11 22H2 / macOS 14.1 / Ubuntu 22.04 - validations: - required: true - - - type: input - id: cursor-version - attributes: - label: Cursor 版本 - description: 请提供您使用的 Cursor IDE 版本号 - placeholder: 如:0.46.8 - validations: - required: true - - - type: textarea - id: bug-description - attributes: - label: 问题描述 - description: | - 请提供以下信息: - 1. 对错误的清晰简洁描述 - 2. 错误发生时您正在执行的操作 - 3. 错误复现的步骤 - 4. 实际结果与预期结果的差异 - - 建议提供以下截图(如适用): - - 运行终端的错误输出截图 - - 经过脱敏的浏览器控制台错误截图(请确保已移除敏感信息) - - 问题发生时的界面截图 - placeholder: | - 例如: - 1. 我在尝试使用自动注册功能时遇到错误 - 2. 点击注册按钮后,页面一直处于加载状态 - 3. 终端显示连接超时错误 - 4. 预期应该完成注册流程,但实际卡在了加载页面 - - [在此处插入相关截图] - validations: - required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml deleted file mode 100644 index dcb3bf6..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ /dev/null @@ -1,76 +0,0 @@ -title: "【功能请求】" -labels: enhancement -name: "✨ 功能请求" -description: 提出一个新的功能建议或改进意见 -body: - - type: markdown - attributes: - value: | - **开始之前...** - - 感谢您为项目提出新的功能建议!在提交功能请求之前,请: - - - 搜索现有的 Issues,确保没有重复的功能请求 - - 确保您使用的是最新版本 - - 考虑该功能是否真的对大多数用户有帮助 - - - type: textarea - id: problem-description - attributes: - label: 相关问题描述 - description: 请描述这个功能请求是为了解决什么问题,或者满足什么需求? - placeholder: | - 例如:当我使用...功能时,发现缺少...这样的选项。 - validations: - required: true - - - type: textarea - id: solution - attributes: - label: 期望的解决方案 - description: 描述您希望看到的解决方案。请尽可能详细地说明该功能应该如何工作。 - placeholder: | - 例如: - 1. 添加一个新的按钮/选项,可以自动执行... - 2. 在设置页面增加...配置项 - 3. 功能应该可以... - validations: - required: true - - - type: textarea - id: alternatives - attributes: - label: 考虑过的替代方案 - description: 描述您考虑过的任何替代解决方案或功能。 - placeholder: | - 例如: - - 使用第三方工具...但是不够方便 - - 手动操作可以实现,但效率太低 - validations: - required: false - - - type: textarea - id: additional-context - attributes: - label: 补充说明 - description: | - 添加任何其他上下文、截图或功能示例链接。 - 如果您有具体的实现建议或参考案例,也可以在这里说明。 - placeholder: | - 可以包括: - - 功能示意图 - - 类似软件中的相似功能截图 - - 参考链接 - validations: - required: false - - - type: checkboxes - id: terms - attributes: - label: 确认事项 - description: 提交功能请求前,请确认以下内容 - options: - - label: 我已经搜索过现有的 Issues,确认这不是一个重复的功能请求 - required: true - - label: 我认为这个功能会对大多数用户有帮助 - required: true \ No newline at end of file