diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml new file mode 100644 index 0000000..892d735 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -0,0 +1,47 @@ +name: 🐛 Bug Report +description: 提交程序错误报告 +title: "[Bug] 简明问题描述" +labels: [bug] +body: + - type: markdown + attributes: + value: | + **请按格式填写以下内容** + - type: input + id: environment + attributes: + label: 环境信息 + description: "操作系统/浏览器/项目版本/dev模式 or vscode插件" + placeholder: "例如: Windows 11 / Chrome 120 / v2.1.0 / dev模式" + validations: + required: true + - type: textarea + id: reproduce + attributes: + label: 复现步骤 + description: 如何触发的错误?(按数字列表格式)" + placeholder: | + 1. + 2. + validations: + required: true + - type: textarea + id: expected + attributes: + label: 预期行为 + - type: dropdown + id: priority + attributes: + label: 严重程度 + options: + - "高(阻断正常使用)" + - "中(部分功能受限)" + - "低(轻微影响)" + validations: + required: true + - type: textarea + id: additional_notes + attributes: + label: 其他备注信息 + description: "补充说明" + placeholder: "例如: 相关截图/日志/错误信息" diff --git a/.github/ISSUE_TEMPLATE/feature-request.yaml b/.github/ISSUE_TEMPLATE/feature-request.yaml new file mode 100644 index 0000000..8b1bb4c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.yaml @@ -0,0 +1,54 @@ +name: 🚀 Feature Request +description: 提交新功能建议或改进请求 +title: "[Feature] 简短描述功能需求" +labels: [enhancement] +body: + - type: markdown + attributes: + value: | + **请详细描述你的功能需求** + - type: input + id: problem + attributes: + label: 想要解决的问题 + description: "说明当前痛点或未满足的需求" + placeholder: "例如:无法支持mcp中函数参数是自定义类型的情况" + validations: + required: true + - type: textarea + id: description + attributes: + label: 功能描述 + description: "你想要的新功能具体是什么?" + placeholder: "例如:支持mcp中函数参数是自定义类型的情况" + validations: + required: true + - type: textarea + id: scenario + attributes: + label: 使用场景 + description: "这个功能会在什么情况下使用?" + - type: dropdown + id: priority + attributes: + label: 功能优先级 + options: + - "高(核心功能缺失)" + - "中(显著提升效率)" + - "低(优化体验)" + validations: + required: true + - type: checkboxes + id: contribution + attributes: + label: "是否愿意参与贡献?" + options: + - label: "我愿意为此功能提供代码" + - label: "我可以提供详细设计文档" + - label: "暂时无法参与开发" + - type: textarea + id: additional_notes + attributes: + label: 其他备注信息 + description: "补充说明" + placeholder: "如技术约束、参考案例等" \ No newline at end of file diff --git a/chi_sim.traineddata b/chi_sim.traineddata deleted file mode 100644 index f30ea94..0000000 Binary files a/chi_sim.traineddata and /dev/null differ diff --git a/eng.traineddata b/eng.traineddata deleted file mode 100644 index 6d11002..0000000 Binary files a/eng.traineddata and /dev/null differ