Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
194 changes: 194 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,194 @@
---
name: 🐛 Bug 报告 / Bug Report
about: 报告 CodeForge 中的错误或问题 / Report a bug or issue in CodeForge
title: "[Bug] 简要描述问题 / Brief description of the issue"
labels: ["bug", "needs-triage"]
assignees: ""
---

## 🐛 问题描述 / Bug Description

**简要描述 / Brief Description:**
<!-- 用一句话简要描述遇到的问题 / Describe the bug in one sentence -->

**详细描述 / Detailed Description:**
<!-- 详细描述问题的具体表现和影响 / Provide a detailed description of the issue and its impact -->

## 🔄 复现步骤 / Steps to Reproduce

**复现步骤 / Reproduction Steps:**
1.
2.
3.
4.

**复现频率 / Reproduction Rate:**
- [ ] 总是发生 / Always occurs (100%)
- [ ] 经常发生 / Frequently occurs (>75%)
- [ ] 有时发生 / Sometimes occurs (25-75%)
- [ ] 偶尔发生 / Rarely occurs (<25%)
- [ ] 只发生一次 / Occurred only once

## 📱 环境信息 / Environment Information

**操作系统 / Operating System:**
- [ ] Windows (版本 / Version: __________)
- [ ] macOS (版本 / Version: __________)
- [ ] Linux (发行版 / Distribution: __________)

**浏览器信息 / Browser Information:**
- [ ] Chrome (版本 / Version: __________)
- [ ] Firefox (版本 / Version: __________)
- [ ] Safari (版本 / Version: __________)
- [ ] Edge (版本 / Version: __________)
- [ ] 其他 / Other: __________

**CodeForge 版本 / CodeForge Version:**
<!-- 如果知道的话 / If known -->

**屏幕分辨率 / Screen Resolution:**
<!-- 例如: 1920x1080, 2560x1440 -->

## 🎯 预期行为 / Expected Behavior

**应该发生什么 / What should happen:**
<!-- 描述您期望的正确行为 / Describe the expected correct behavior -->

## ❌ 实际行为 / Actual Behavior

**实际发生了什么 / What actually happened:**
<!-- 描述实际观察到的错误行为 / Describe the actual incorrect behavior observed -->

## 📸 截图和日志 / Screenshots and Logs

**截图 / Screenshots:**
<!-- 如果适用,请添加截图来帮助解释问题 / If applicable, add screenshots to help explain the problem -->

**错误日志 / Error Logs:**
```
粘贴任何相关的错误消息或日志
Paste any relevant error messages or logs here
```

**浏览器控制台错误 / Browser Console Errors:**
<!-- 按 F12 打开开发者工具,查看控制台是否有错误信息 / Press F12 to open developer tools and check console for errors -->
```
粘贴浏览器控制台中的错误信息
Paste browser console error messages here
```

## 💻 代码相关 / Code Related

**编程语言 / Programming Language:**
<!-- 如果问题与特定语言相关 / If the issue is related to a specific language -->

**问题代码 / Problematic Code:**
```language
// 如果问题与特定代码相关,请提供最小复现示例
// If the issue is related to specific code, provide a minimal reproduction example

```

**代码执行结果 / Code Execution Result:**
```
预期输出 / Expected Output:


实际输出 / Actual Output:

```

## 🔧 故障排除尝试 / Troubleshooting Attempts

**已尝试的解决方案 / Solutions Already Tried:**
- [ ] 刷新页面 / Refreshed the page
- [ ] 清除浏览器缓存 / Cleared browser cache
- [ ] 使用隐私/无痕模式 / Used private/incognito mode
- [ ] 尝试不同的浏览器 / Tried different browser
- [ ] 重启应用程序 / Restarted the application
- [ ] 其他 / Other: __________

**解决方案效果 / Solution Effectiveness:**
<!-- 哪些尝试有效果,哪些没有 / Which attempts worked and which didn't -->

## 📊 影响程度 / Impact Level

**严重程度 / Severity:**
- [ ] 🔴 严重 / Critical - 应用无法使用 / Application unusable
- [ ] 🟠 高 / High - 主要功能受影响 / Major functionality affected
- [ ] 🟡 中 / Medium - 部分功能受影响 / Some functionality affected
- [ ] 🟢 低 / Low - 轻微问题 / Minor issue

**影响范围 / Impact Scope:**
- [ ] 影响所有用户 / Affects all users
- [ ] 影响大部分用户 / Affects most users
- [ ] 影响部分用户 / Affects some users
- [ ] 仅影响我 / Only affects me

## 🔗 相关信息 / Related Information

**相关 Issues / Related Issues:**
<!-- 链接到任何相关的 issues / Link to any related issues -->

**功能请求 / Feature Requests:**
<!-- 如果这个 bug 阻止了某个功能的使用 / If this bug prevents use of a certain feature -->

**临时解决方案 / Workaround:**
<!-- 如果找到了临时解决方案 / If you found a temporary workaround -->

## 📱 设备信息 / Device Information

**设备类型 / Device Type:**
- [ ] 🖥️ 桌面电脑 / Desktop
- [ ] 💻 笔记本电脑 / Laptop
- [ ] 📱 手机 / Mobile Phone
- [ ] 📟 平板电脑 / Tablet

**移动设备信息 / Mobile Device Info (如适用 / If applicable):**
- 设备型号 / Device Model: __________
- 屏幕尺寸 / Screen Size: __________
- 是否横屏 / Landscape mode: [ ] 是 / Yes [ ] 否 / No

## 🔄 附加上下文 / Additional Context

**其他相关信息 / Any other relevant information:**
<!-- 添加任何其他有助于理解问题的上下文 / Add any other context that might help understand the issue -->

**功能使用频率 / Feature Usage Frequency:**
- [ ] 每天使用 / Daily use
- [ ] 每周使用 / Weekly use
- [ ] 偶尔使用 / Occasional use
- [ ] 首次使用 / First time use

**问题首次出现时间 / When did the issue first appear:**
- [ ] 刚刚开始 / Just started
- [ ] 几小时前 / A few hours ago
- [ ] 几天前 / A few days ago
- [ ] 几周前 / A few weeks ago
- [ ] 一直存在 / Always been there

---

## ✅ 提交前检查 / Pre-submission Checklist

请在提交前确认 / Please confirm before submitting:

- [ ] 我已搜索现有 Issues,确认此问题尚未被报告 / I've searched existing issues and confirmed this hasn't been reported
- [ ] 我提供了清晰的复现步骤 / I've provided clear reproduction steps
- [ ] 我提供了完整的环境信息 / I've provided complete environment information
- [ ] 我已尝试基本的故障排除方法 / I've tried basic troubleshooting methods
- [ ] 我提供了相关的截图或日志(如适用)/ I've provided relevant screenshots or logs (if applicable)

---

**🙏 感谢您的报告!**
**Thank you for your report!**

您的反馈帮助我们改进 CodeForge。我们会尽快调查并解决这个问题。

*Your feedback helps us improve CodeForge. We'll investigate and resolve this issue as soon as possible.*

**⏰ 后续跟进 / Follow-up:**
我们可能会要求提供更多信息或请您测试解决方案。请关注此 Issue 的更新。

*We may ask for additional information or request you to test solutions. Please watch this issue for updates.*
158 changes: 158 additions & 0 deletions .github/ISSUE_TEMPLATE/general-issue.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,158 @@
---
name: 💬 通用问题 / General Issue
about: 提出问题、建议或反馈 / Submit a question, suggestion, or feedback
title: "[问题/Issue] 请简要描述您的问题 / Please briefly describe your issue"
labels: ["question", "needs-triage"]
assignees: ""
---

## 📋 问题类型 / Issue Type

请选择最符合您问题的类型 / Please select the type that best describes your issue:

- [ ] ❓ 使用问题 / Usage Question - 如何使用某个功能 / How to use a feature
- [ ] 💡 功能建议 / Feature Request - 希望添加新功能 / Suggest a new feature
- [ ] 📖 文档问题 / Documentation Issue - 文档不清楚或有误 / Documentation unclear or incorrect
- [ ] 🔧 配置问题 / Configuration Issue - 设置或配置相关 / Settings or configuration related
- [ ] 🎨 界面问题 / UI/UX Issue - 用户界面或体验问题 / User interface or experience issue
- [ ] 📱 兼容性问题 / Compatibility Issue - 浏览器或设备兼容性 / Browser or device compatibility
- [ ] 📈 性能问题 / Performance Issue - 运行速度或响应时间 / Running speed or response time
- [ ] 🔒 安全问题 / Security Issue - 安全相关担忧 / Security-related concern
- [ ] 🌐 多语言问题 / Localization Issue - 翻译或本地化 / Translation or localization
- [ ] 🤝 社区建议 / Community Suggestion - 社区相关建议 / Community-related suggestion
- [ ] 📊 反馈意见 / General Feedback - 整体使用反馈 / Overall usage feedback
- [ ] 🎯 其他 / Other - 其他类型问题 / Other type of issue

## 📝 详细描述 / Detailed Description

**问题或建议的详细描述 / Detailed description of the issue or suggestion:**
<!-- 请尽可能详细地描述您的问题、建议或反馈 -->
<!-- Please describe your issue, suggestion, or feedback in as much detail as possible -->

## 🎯 预期结果 / Expected Outcome

**您希望达到什么效果?/ What would you like to achieve?**
<!-- 描述您的预期结果或解决方案 -->
<!-- Describe your expected result or solution -->

## 📱 环境信息 / Environment Information

**相关环境(如适用)/ Relevant environment (if applicable):**
- 操作系统 / Operating System:
- 浏览器 / Browser:
- 设备类型 / Device Type:
- CodeForge 版本 / CodeForge Version:

## 📸 截图或示例 / Screenshots or Examples

**截图或相关材料 / Screenshots or relevant materials:**
<!-- 如果有助于说明问题,请添加截图、链接或其他材料 -->
<!-- If helpful in explaining the issue, please add screenshots, links, or other materials -->

**代码示例(如适用)/ Code example (if applicable):**
```
// 如果问题涉及代码,请提供示例
// If the issue involves code, please provide an example

```

## 🔄 当前情况 / Current Situation

**当前是如何处理这个问题的?/ How is this currently being handled?**
<!-- 描述当前的状况或您目前使用的解决方法 -->
<!-- Describe the current situation or workaround you're currently using -->

## 💭 建议解决方案 / Suggested Solution

**您认为可能的解决方案是什么?/ What do you think might be a possible solution?**
<!-- 如果您有想法,请分享您的建议 -->
<!-- If you have ideas, please share your suggestions -->

## 📊 优先级和影响 / Priority and Impact

**对您的影响程度 / Impact level on you:**
- [ ] 🔴 高影响 / High Impact - 严重影响使用 / Severely affects usage
- [ ] 🟡 中影响 / Medium Impact - 有一定影响 / Some impact
- [ ] 🟢 低影响 / Low Impact - 轻微影响 / Minor impact

**使用频率 / Usage frequency:**
- [ ] 每天 / Daily
- [ ] 每周 / Weekly
- [ ] 偶尔 / Occasionally
- [ ] 很少 / Rarely

## 🌍 社区相关 / Community Related

**您觉得其他用户可能也会遇到这个问题吗?/ Do you think other users might encounter this issue too?**
- [ ] 是,很可能 / Yes, very likely
- [ ] 可能会 / Possibly
- [ ] 不太可能 / Unlikely
- [ ] 不确定 / Not sure

**您在其他地方看到过类似的问题或讨论吗?/ Have you seen similar issues or discussions elsewhere?**
<!-- 如果有,请提供链接或描述 -->
<!-- If yes, please provide links or descriptions -->

## 🔗 相关信息 / Related Information

**相关链接 / Related Links:**
<!-- 任何相关的文档、教程、Stack Overflow 问题等 -->
<!-- Any relevant documentation, tutorials, Stack Overflow questions, etc. -->

**相关 Issues / Related Issues:**
<!-- 链接到任何相关的现有 issues -->
<!-- Link to any related existing issues -->

## 📋 附加信息 / Additional Information

**其他相关信息 / Any other relevant information:**
<!-- 任何其他您认为可能有用的信息 -->
<!-- Any other information you think might be useful -->

**您愿意参与解决这个问题吗?/ Would you like to contribute to solving this issue?**
- [ ] 是,我可以帮助测试 / Yes, I can help with testing
- [ ] 是,我可以提供更多信息 / Yes, I can provide more information
- [ ] 是,我可以帮助编写文档 / Yes, I can help with documentation
- [ ] 是,我有技术能力贡献代码 / Yes, I have technical skills to contribute code
- [ ] 否,但我愿意提供反馈 / No, but I'm willing to provide feedback
- [ ] 否,我只是提出问题 / No, I'm just raising the issue

## 📞 联系方式 / Contact Information

**如果需要进一步沟通,我们可以通过以下方式联系您:**
**If further communication is needed, we can contact you through:**

- [ ] GitHub 评论 / GitHub comments (推荐 / Recommended)
- [ ] 邮件 / Email: ________________
- [ ] 其他 / Other: ________________

---

## ✅ 提交前检查 / Pre-submission Checklist

请在提交前确认 / Please confirm before submitting:

- [ ] 我已搜索现有 Issues,确认类似问题尚未被提出 / I've searched existing issues and confirmed similar issues haven't been raised
- [ ] 我选择了合适的问题类型 / I've selected the appropriate issue type
- [ ] 我提供了清晰的问题描述 / I've provided a clear description of the issue
- [ ] 我提供了相关的环境信息(如适用)/ I've provided relevant environment information (if applicable)
- [ ] 我理解团队可能需要时间来回应 / I understand the team may need time to respond

---

**🙏 感谢您的反馈!**
**Thank you for your feedback!**

您的意见对 CodeForge 的改进非常重要。我们会认真考虑每一个建议和问题。

*Your input is very important for improving CodeForge. We'll carefully consider every suggestion and issue.*

**⏰ 响应时间 / Response Time:**
- 🐛 Bug 和紧急问题 / Bugs and urgent issues: 1-3 个工作日 / 1-3 business days
- 💡 功能建议 / Feature requests: 3-7 个工作日 / 3-7 business days
- ❓ 一般问题 / General questions: 1-5 个工作日 / 1-5 business days

**💬 参与讨论 / Join the Discussion:**
欢迎在评论中继续讨论,或参与我们的社区交流!

*Feel free to continue the discussion in comments or join our community!*
Loading
Loading