Skip to content

Commit 9af9050

Browse files
authored
Merge pull request #62 from TencentCloudBase/claude/issue-61-20250710_122323
feat: add GitHub issue templates with bilingual support
2 parents a9e14e6 + ea47f00 commit 9af9050

5 files changed

Lines changed: 346 additions & 0 deletions

File tree

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
---
2+
name: 🤖 AI IDE Support Request | AI IDE 支持请求
3+
about: Request support for a new AI IDE or report AI IDE specific issues | 请求支持新的 AI IDE 或报告 AI IDE 特定问题
4+
title: '[AI IDE] '
5+
labels: ['ai-ide', 'enhancement']
6+
assignees: ''
7+
8+
---
9+
10+
## AI IDE Information | AI IDE 信息
11+
**AI IDE Details | AI IDE 详情**
12+
- **Name | 名称**: [e.g. New AI Assistant] | 例如:新的 AI 助手
13+
- **Version | 版本**: [e.g. 1.0.0] | 例如:1.0.0
14+
- **Official Website | 官方网站**: [URL]
15+
- **Documentation | 文档**: [URL]
16+
- **Platform | 平台**: [e.g. VSCode Extension, Standalone App, Web-based] | 例如:VSCode 扩展、独立应用、基于网页
17+
18+
## Request Type | 请求类型
19+
**What type of request is this? | 这是什么类型的请求?**
20+
- [ ] New AI IDE Support | 新 AI IDE 支持
21+
- [ ] Existing AI IDE Issue | 现有 AI IDE 问题
22+
- [ ] Configuration Help | 配置帮助
23+
- [ ] Integration Improvement | 集成改进
24+
- [ ] Documentation Update | 文档更新
25+
26+
## Current Status | 当前状态
27+
**Current support status | 当前支持状态**
28+
- [ ] Not supported | 不支持
29+
- [ ] Partially supported | 部分支持
30+
- [ ] Fully supported but has issues | 完全支持但有问题
31+
- [ ] Unknown | 未知
32+
33+
## Use Case | 使用场景
34+
**How do you plan to use this AI IDE with CloudBase AI ToolKit?**
35+
您计划如何将此 AI IDE 与 CloudBase AI ToolKit 一起使用?
36+
37+
Describe your specific use case and why this AI IDE integration is important.
38+
描述您的具体用例以及为什么此 AI IDE 集成很重要。
39+
40+
## Integration Requirements | 集成要求
41+
**What features should be supported? | 应该支持哪些功能?**
42+
- [ ] MCP (Model Context Protocol) | MCP(模型上下文协议)
43+
- [ ] Project Generation | 项目生成
44+
- [ ] Database Operations | 数据库操作
45+
- [ ] Cloud Function Deployment | 云函数部署
46+
- [ ] Static Hosting | 静态托管
47+
- [ ] Mini Program Support | 小程序支持
48+
- [ ] Environment Management | 环境管理
49+
- [ ] Log Viewing | 日志查看
50+
- [ ] Other | 其他: [Please specify | 请指定]
51+
52+
## Technical Details | 技术细节
53+
**Technical requirements | 技术要求**
54+
- **Programming Language | 编程语言**: [e.g. TypeScript, Python, JavaScript] | 例如:TypeScript、Python、JavaScript
55+
- **API/SDK Support | API/SDK 支持**: [e.g. REST API, GraphQL, SDK] | 例如:REST API、GraphQL、SDK
56+
- **Configuration Method | 配置方法**: [e.g. JSON file, Environment variables] | 例如:JSON 文件、环境变量
57+
- **Plugin System | 插件系统**: [e.g. VSCode Extension API, Custom Plugin] | 例如:VSCode 扩展 API、自定义插件
58+
59+
## Current Workarounds | 当前解决方案
60+
**Workarounds or alternatives | 解决方案或替代方案**
61+
If you're currently using any workarounds, please describe them.
62+
如果您目前正在使用任何解决方案,请描述它们。
63+
64+
## Error Information | 错误信息
65+
**Error logs (if applicable) | 错误日志(如果适用)**
66+
If you're experiencing issues with an existing AI IDE, please provide error logs.
67+
如果您遇到现有 AI IDE 的问题,请提供错误日志。
68+
69+
```
70+
// Paste error logs here | 在此处粘贴错误日志
71+
```
72+
73+
## Configuration | 配置
74+
**Configuration files | 配置文件**
75+
If applicable, please share your configuration (remove sensitive information).
76+
如果适用,请分享您的配置(删除敏感信息)。
77+
78+
```json
79+
{
80+
"// Configuration here": "在此处配置"
81+
}
82+
```
83+
84+
## Priority | 优先级
85+
**Priority level | 优先级**
86+
- [ ] High | 高 - Blocking current workflow | 阻塞当前工作流程
87+
- [ ] Medium | 中 - Would improve productivity | 会提高生产力
88+
- [ ] Low | 低 - Nice to have | 有了更好
89+
90+
## Community Impact | 社区影响
91+
**How many users would benefit? | 有多少用户会受益?**
92+
- [ ] Just me | 只有我
93+
- [ ] Small team (2-10 people) | 小团队(2-10人)
94+
- [ ] Medium team (11-50 people) | 中等团队(11-50人)
95+
- [ ] Large organization (50+ people) | 大型组织(50+人)
96+
- [ ] Community wide | 整个社区
97+
98+
## Additional Resources | 额外资源
99+
**Additional context | 额外信息**
100+
Add any other context, documentation links, or examples.
101+
添加任何其他上下文、文档链接或示例。
102+
103+
**Willing to contribute? | 愿意贡献吗?**
104+
- [ ] Yes, I can help with testing | 是的,我可以帮助测试
105+
- [ ] Yes, I can help with documentation | 是的,我可以帮助文档
106+
- [ ] Yes, I can help with code | 是的,我可以帮助代码
107+
- [ ] No, but I can provide feedback | 不,但我可以提供反馈
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
---
2+
name: 🐛 Bug Report | 问题反馈
3+
about: Create a report to help us improve | 创建问题报告来帮助我们改进
4+
title: '[BUG] '
5+
labels: ['bug']
6+
assignees: ''
7+
8+
---
9+
10+
## Bug Description | 问题描述
11+
**Describe the bug | 描述问题**
12+
A clear and concise description of what the bug is.
13+
清晰简洁地描述问题是什么。
14+
15+
## Steps to Reproduce | 复现步骤
16+
**To Reproduce | 复现步骤**
17+
Steps to reproduce the behavior:
18+
复现该行为的步骤:
19+
20+
1. Go to '...' | 打开 '...'
21+
2. Click on '....' | 点击 '....'
22+
3. Scroll down to '....' | 滚动到 '....'
23+
4. See error | 看到错误
24+
25+
## Expected Behavior | 期望行为
26+
**Expected behavior | 期望行为**
27+
A clear and concise description of what you expected to happen.
28+
清晰简洁地描述你期望发生什么。
29+
30+
## Actual Behavior | 实际行为
31+
**Actual behavior | 实际行为**
32+
A clear and concise description of what actually happened.
33+
清晰简洁地描述实际发生了什么。
34+
35+
## Screenshots | 截图
36+
**Screenshots | 截图**
37+
If applicable, add screenshots to help explain your problem.
38+
如果适用,请添加截图来帮助说明问题。
39+
40+
## Environment | 环境信息
41+
**Environment | 环境信息**
42+
- OS: [e.g. Windows 10, macOS 13.0, Ubuntu 20.04] | 操作系统
43+
- AI IDE: [e.g. Cursor, VSCode, Claude Code] | AI IDE 名称
44+
- CloudBase AI ToolKit Version: [e.g. 1.0.0] | CloudBase AI ToolKit 版本
45+
- Node.js Version: [e.g. 18.0.0] | Node.js 版本
46+
- Browser: [e.g. Chrome 120.0] | 浏览器版本
47+
48+
## Error Logs | 错误日志
49+
**Error logs | 错误日志**
50+
If applicable, please paste error logs here.
51+
如果适用,请在此处粘贴错误日志。
52+
53+
```
54+
// Paste error logs here | 在此处粘贴错误日志
55+
```
56+
57+
## Additional Context | 额外信息
58+
**Additional context | 额外信息**
59+
Add any other context about the problem here.
60+
在此处添加有关问题的任何其他上下文信息。
61+
62+
## Configuration | 配置信息
63+
**Configuration | 配置信息**
64+
If applicable, please share your configuration files (remove sensitive information).
65+
如果适用,请分享您的配置文件(删除敏感信息)。
66+
67+
```yaml
68+
# Paste configuration here | 在此处粘贴配置
69+
```

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: 📚 Documentation | 文档
4+
url: https://docs.cloudbase.net/ai/cloudbase-ai-toolkit/
5+
about: Check the documentation for guides and examples | 查看文档获取指南和示例
6+
- name: 💬 Discussions | 讨论
7+
url: https://github.com/TencentCloudBase/CloudBase-AI-ToolKit/discussions
8+
about: Ask questions and discuss ideas | 提问和讨论想法
9+
- name: 📺 Tutorial Videos | 教程视频
10+
url: https://www.bilibili.com/video/BV1hpjvzGESg/
11+
about: Watch tutorial videos | 观看教程视频
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
---
2+
name: 💬 Discussion | 讨论
3+
about: Start a discussion about ideas, questions, or general topics | 开始关于想法、问题或一般话题的讨论
4+
title: '[DISCUSSION] '
5+
labels: ['discussion']
6+
assignees: ''
7+
8+
---
9+
10+
## Discussion Topic | 讨论主题
11+
**What would you like to discuss? | 您想讨论什么?**
12+
A clear and concise description of the topic you'd like to discuss.
13+
清晰简洁地描述您想要讨论的主题。
14+
15+
## Category | 类别
16+
**What type of discussion is this? | 这是什么类型的讨论?**
17+
- [ ] General Question | 一般问题
18+
- [ ] Best Practices | 最佳实践
19+
- [ ] Architecture Discussion | 架构讨论
20+
- [ ] AI IDE Integration | AI IDE 集成
21+
- [ ] CloudBase Platform | CloudBase 平台
22+
- [ ] Community Feedback | 社区反馈
23+
- [ ] Use Case Sharing | 用例分享
24+
- [ ] Troubleshooting | 故障排除
25+
- [ ] Other | 其他: [Please specify | 请指定]
26+
27+
## Context | 背景
28+
**Background information | 背景信息**
29+
Provide context about your situation, project, or the reason for this discussion.
30+
提供有关您的情况、项目或进行此讨论的原因的背景信息。
31+
32+
## Current Situation | 当前情况
33+
**Current situation | 当前情况**
34+
Describe what you're currently doing or what you've tried.
35+
描述您目前正在做什么或已经尝试了什么。
36+
37+
## Questions | 问题
38+
**Specific questions | 具体问题**
39+
List any specific questions you have:
40+
列出您有的任何具体问题:
41+
42+
1. [Question 1 | 问题1]
43+
2. [Question 2 | 问题2]
44+
3. [Question 3 | 问题3]
45+
46+
## Environment | 环境信息
47+
**Environment (if relevant) | 环境信息(如果相关)**
48+
- OS: [e.g. Windows 10, macOS 13.0, Ubuntu 20.04] | 操作系统
49+
- AI IDE: [e.g. Cursor, VSCode, Claude Code] | AI IDE 名称
50+
- CloudBase AI ToolKit Version: [e.g. 1.0.0] | CloudBase AI ToolKit 版本
51+
- Project Type: [e.g. Web App, Mini Program, Full Stack] | 项目类型
52+
53+
## Code Examples | 代码示例
54+
**Code examples (if applicable) | 代码示例(如果适用)**
55+
If your discussion involves code, please share relevant examples.
56+
如果您的讨论涉及代码,请分享相关示例。
57+
58+
```javascript
59+
// Example code here | 示例代码
60+
```
61+
62+
## Goals | 目标
63+
**What are you trying to achieve? | 您想要实现什么?**
64+
Describe your goals or desired outcomes.
65+
描述您的目标或期望的结果。
66+
67+
## Additional Information | 额外信息
68+
**Additional context | 额外信息**
69+
Add any other relevant information, screenshots, or links.
70+
添加任何其他相关信息、截图或链接。
71+
72+
## Community Input | 社区输入
73+
**What kind of input are you looking for? | 您在寻找什么样的输入?**
74+
- [ ] General advice | 一般建议
75+
- [ ] Code review | 代码审查
76+
- [ ] Architecture feedback | 架构反馈
77+
- [ ] Best practices | 最佳实践
78+
- [ ] Alternative approaches | 替代方法
79+
- [ ] Community experiences | 社区经验
80+
- [ ] Documentation improvement | 文档改进
81+
- [ ] Other | 其他: [Please specify | 请指定]
Lines changed: 78 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
---
2+
name: 🚀 Feature Request | 功能请求
3+
about: Suggest an idea for this project | 为这个项目提出想法
4+
title: '[FEATURE] '
5+
labels: ['enhancement']
6+
assignees: ''
7+
8+
---
9+
10+
## Feature Description | 功能描述
11+
**Is your feature request related to a problem? Please describe.**
12+
您的功能请求是否与问题有关?请描述。
13+
14+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
15+
清晰简洁地描述问题是什么。例如:当 [...] 时我总是感到沮丧
16+
17+
## Proposed Solution | 建议的解决方案
18+
**Describe the solution you'd like**
19+
描述您想要的解决方案
20+
21+
A clear and concise description of what you want to happen.
22+
清晰简洁地描述您希望发生什么。
23+
24+
## Use Cases | 使用场景
25+
**Use cases | 使用场景**
26+
Describe specific scenarios where this feature would be useful:
27+
描述此功能有用的具体场景:
28+
29+
1. **Scenario 1 | 场景1**: [Describe the scenario | 描述场景]
30+
- Current behavior | 当前行为: [What happens now | 现在发生什么]
31+
- Expected behavior | 期望行为: [What should happen | 应该发生什么]
32+
33+
2. **Scenario 2 | 场景2**: [Describe the scenario | 描述场景]
34+
- Current behavior | 当前行为: [What happens now | 现在发生什么]
35+
- Expected behavior | 期望行为: [What should happen | 应该发生什么]
36+
37+
## Alternatives Considered | 考虑的替代方案
38+
**Describe alternatives you've considered**
39+
描述您考虑过的替代方案
40+
41+
A clear and concise description of any alternative solutions or features you've considered.
42+
清晰简洁地描述您考虑过的任何替代解决方案或功能。
43+
44+
## AI IDE Integration | AI IDE 集成
45+
**Which AI IDEs should support this feature?**
46+
哪些 AI IDE 应该支持此功能?
47+
48+
- [ ] Cursor
49+
- [ ] VSCode GitHub Copilot
50+
- [ ] Claude Code
51+
- [ ] Windsurf
52+
- [ ] CodeBuddy
53+
- [ ] Augment Code
54+
- [ ] OpenAI Codex CLI
55+
- [ ] Others | 其他: [Please specify | 请指定]
56+
57+
## Priority | 优先级
58+
**Priority level | 优先级**
59+
- [ ] High | 高 - Critical for workflow | 工作流程关键
60+
- [ ] Medium | 中 - Would improve experience | 会改善体验
61+
- [ ] Low | 低 - Nice to have | 有了更好
62+
63+
## Implementation Ideas | 实现想法
64+
**Additional context | 额外信息**
65+
Add any other context, mockups, or screenshots about the feature request here.
66+
在此处添加有关功能请求的任何其他上下文、模型或截图。
67+
68+
**Implementation suggestions | 实现建议**
69+
If you have ideas about how this could be implemented, please share them.
70+
如果您对如何实现此功能有想法,请分享。
71+
72+
## Related Issues | 相关问题
73+
**Related issues | 相关问题**
74+
Link to any related issues or discussions.
75+
链接到任何相关问题或讨论。
76+
77+
- Related to: #[issue number] | 相关到: #[问题编号]
78+
- Depends on: #[issue number] | 依赖于: #[问题编号]

0 commit comments

Comments
 (0)