|
| 1 | +--- |
| 2 | +name: 🐛 Bug 报告 / Bug Report |
| 3 | +about: 报告 CodeForge 中的错误或问题 / Report a bug or issue in CodeForge |
| 4 | +title: "[Bug] 简要描述问题 / Brief description of the issue" |
| 5 | +labels: ["bug", "needs-triage"] |
| 6 | +assignees: "" |
| 7 | +--- |
| 8 | + |
| 9 | +## 🐛 问题描述 / Bug Description |
| 10 | + |
| 11 | +**简要描述 / Brief Description:** |
| 12 | +<!-- 用一句话简要描述遇到的问题 / Describe the bug in one sentence --> |
| 13 | + |
| 14 | +**详细描述 / Detailed Description:** |
| 15 | +<!-- 详细描述问题的具体表现和影响 / Provide a detailed description of the issue and its impact --> |
| 16 | + |
| 17 | +## 🔄 复现步骤 / Steps to Reproduce |
| 18 | + |
| 19 | +**复现步骤 / Reproduction Steps:** |
| 20 | +1. |
| 21 | +2. |
| 22 | +3. |
| 23 | +4. |
| 24 | + |
| 25 | +**复现频率 / Reproduction Rate:** |
| 26 | +- [ ] 总是发生 / Always occurs (100%) |
| 27 | +- [ ] 经常发生 / Frequently occurs (>75%) |
| 28 | +- [ ] 有时发生 / Sometimes occurs (25-75%) |
| 29 | +- [ ] 偶尔发生 / Rarely occurs (<25%) |
| 30 | +- [ ] 只发生一次 / Occurred only once |
| 31 | + |
| 32 | +## 📱 环境信息 / Environment Information |
| 33 | + |
| 34 | +**操作系统 / Operating System:** |
| 35 | +- [ ] Windows (版本 / Version: __________) |
| 36 | +- [ ] macOS (版本 / Version: __________) |
| 37 | +- [ ] Linux (发行版 / Distribution: __________) |
| 38 | + |
| 39 | +**浏览器信息 / Browser Information:** |
| 40 | +- [ ] Chrome (版本 / Version: __________) |
| 41 | +- [ ] Firefox (版本 / Version: __________) |
| 42 | +- [ ] Safari (版本 / Version: __________) |
| 43 | +- [ ] Edge (版本 / Version: __________) |
| 44 | +- [ ] 其他 / Other: __________ |
| 45 | + |
| 46 | +**CodeForge 版本 / CodeForge Version:** |
| 47 | +<!-- 如果知道的话 / If known --> |
| 48 | + |
| 49 | +**屏幕分辨率 / Screen Resolution:** |
| 50 | +<!-- 例如: 1920x1080, 2560x1440 --> |
| 51 | + |
| 52 | +## 🎯 预期行为 / Expected Behavior |
| 53 | + |
| 54 | +**应该发生什么 / What should happen:** |
| 55 | +<!-- 描述您期望的正确行为 / Describe the expected correct behavior --> |
| 56 | + |
| 57 | +## ❌ 实际行为 / Actual Behavior |
| 58 | + |
| 59 | +**实际发生了什么 / What actually happened:** |
| 60 | +<!-- 描述实际观察到的错误行为 / Describe the actual incorrect behavior observed --> |
| 61 | + |
| 62 | +## 📸 截图和日志 / Screenshots and Logs |
| 63 | + |
| 64 | +**截图 / Screenshots:** |
| 65 | +<!-- 如果适用,请添加截图来帮助解释问题 / If applicable, add screenshots to help explain the problem --> |
| 66 | + |
| 67 | +**错误日志 / Error Logs:** |
| 68 | +``` |
| 69 | +粘贴任何相关的错误消息或日志 |
| 70 | +Paste any relevant error messages or logs here |
| 71 | +``` |
| 72 | + |
| 73 | +**浏览器控制台错误 / Browser Console Errors:** |
| 74 | +<!-- 按 F12 打开开发者工具,查看控制台是否有错误信息 / Press F12 to open developer tools and check console for errors --> |
| 75 | +``` |
| 76 | +粘贴浏览器控制台中的错误信息 |
| 77 | +Paste browser console error messages here |
| 78 | +``` |
| 79 | + |
| 80 | +## 💻 代码相关 / Code Related |
| 81 | + |
| 82 | +**编程语言 / Programming Language:** |
| 83 | +<!-- 如果问题与特定语言相关 / If the issue is related to a specific language --> |
| 84 | + |
| 85 | +**问题代码 / Problematic Code:** |
| 86 | +```language |
| 87 | +// 如果问题与特定代码相关,请提供最小复现示例 |
| 88 | +// If the issue is related to specific code, provide a minimal reproduction example |
| 89 | +
|
| 90 | +``` |
| 91 | + |
| 92 | +**代码执行结果 / Code Execution Result:** |
| 93 | +``` |
| 94 | +预期输出 / Expected Output: |
| 95 | +
|
| 96 | +
|
| 97 | +实际输出 / Actual Output: |
| 98 | +
|
| 99 | +``` |
| 100 | + |
| 101 | +## 🔧 故障排除尝试 / Troubleshooting Attempts |
| 102 | + |
| 103 | +**已尝试的解决方案 / Solutions Already Tried:** |
| 104 | +- [ ] 刷新页面 / Refreshed the page |
| 105 | +- [ ] 清除浏览器缓存 / Cleared browser cache |
| 106 | +- [ ] 使用隐私/无痕模式 / Used private/incognito mode |
| 107 | +- [ ] 尝试不同的浏览器 / Tried different browser |
| 108 | +- [ ] 重启应用程序 / Restarted the application |
| 109 | +- [ ] 其他 / Other: __________ |
| 110 | + |
| 111 | +**解决方案效果 / Solution Effectiveness:** |
| 112 | +<!-- 哪些尝试有效果,哪些没有 / Which attempts worked and which didn't --> |
| 113 | + |
| 114 | +## 📊 影响程度 / Impact Level |
| 115 | + |
| 116 | +**严重程度 / Severity:** |
| 117 | +- [ ] 🔴 严重 / Critical - 应用无法使用 / Application unusable |
| 118 | +- [ ] 🟠 高 / High - 主要功能受影响 / Major functionality affected |
| 119 | +- [ ] 🟡 中 / Medium - 部分功能受影响 / Some functionality affected |
| 120 | +- [ ] 🟢 低 / Low - 轻微问题 / Minor issue |
| 121 | + |
| 122 | +**影响范围 / Impact Scope:** |
| 123 | +- [ ] 影响所有用户 / Affects all users |
| 124 | +- [ ] 影响大部分用户 / Affects most users |
| 125 | +- [ ] 影响部分用户 / Affects some users |
| 126 | +- [ ] 仅影响我 / Only affects me |
| 127 | + |
| 128 | +## 🔗 相关信息 / Related Information |
| 129 | + |
| 130 | +**相关 Issues / Related Issues:** |
| 131 | +<!-- 链接到任何相关的 issues / Link to any related issues --> |
| 132 | + |
| 133 | +**功能请求 / Feature Requests:** |
| 134 | +<!-- 如果这个 bug 阻止了某个功能的使用 / If this bug prevents use of a certain feature --> |
| 135 | + |
| 136 | +**临时解决方案 / Workaround:** |
| 137 | +<!-- 如果找到了临时解决方案 / If you found a temporary workaround --> |
| 138 | + |
| 139 | +## 📱 设备信息 / Device Information |
| 140 | + |
| 141 | +**设备类型 / Device Type:** |
| 142 | +- [ ] 🖥️ 桌面电脑 / Desktop |
| 143 | +- [ ] 💻 笔记本电脑 / Laptop |
| 144 | +- [ ] 📱 手机 / Mobile Phone |
| 145 | +- [ ] 📟 平板电脑 / Tablet |
| 146 | + |
| 147 | +**移动设备信息 / Mobile Device Info (如适用 / If applicable):** |
| 148 | +- 设备型号 / Device Model: __________ |
| 149 | +- 屏幕尺寸 / Screen Size: __________ |
| 150 | +- 是否横屏 / Landscape mode: [ ] 是 / Yes [ ] 否 / No |
| 151 | + |
| 152 | +## 🔄 附加上下文 / Additional Context |
| 153 | + |
| 154 | +**其他相关信息 / Any other relevant information:** |
| 155 | +<!-- 添加任何其他有助于理解问题的上下文 / Add any other context that might help understand the issue --> |
| 156 | + |
| 157 | +**功能使用频率 / Feature Usage Frequency:** |
| 158 | +- [ ] 每天使用 / Daily use |
| 159 | +- [ ] 每周使用 / Weekly use |
| 160 | +- [ ] 偶尔使用 / Occasional use |
| 161 | +- [ ] 首次使用 / First time use |
| 162 | + |
| 163 | +**问题首次出现时间 / When did the issue first appear:** |
| 164 | +- [ ] 刚刚开始 / Just started |
| 165 | +- [ ] 几小时前 / A few hours ago |
| 166 | +- [ ] 几天前 / A few days ago |
| 167 | +- [ ] 几周前 / A few weeks ago |
| 168 | +- [ ] 一直存在 / Always been there |
| 169 | + |
| 170 | +--- |
| 171 | + |
| 172 | +## ✅ 提交前检查 / Pre-submission Checklist |
| 173 | + |
| 174 | +请在提交前确认 / Please confirm before submitting: |
| 175 | + |
| 176 | +- [ ] 我已搜索现有 Issues,确认此问题尚未被报告 / I've searched existing issues and confirmed this hasn't been reported |
| 177 | +- [ ] 我提供了清晰的复现步骤 / I've provided clear reproduction steps |
| 178 | +- [ ] 我提供了完整的环境信息 / I've provided complete environment information |
| 179 | +- [ ] 我已尝试基本的故障排除方法 / I've tried basic troubleshooting methods |
| 180 | +- [ ] 我提供了相关的截图或日志(如适用)/ I've provided relevant screenshots or logs (if applicable) |
| 181 | + |
| 182 | +--- |
| 183 | + |
| 184 | +**🙏 感谢您的报告!** |
| 185 | +**Thank you for your report!** |
| 186 | + |
| 187 | +您的反馈帮助我们改进 CodeForge。我们会尽快调查并解决这个问题。 |
| 188 | + |
| 189 | +*Your feedback helps us improve CodeForge. We'll investigate and resolve this issue as soon as possible.* |
| 190 | + |
| 191 | +**⏰ 后续跟进 / Follow-up:** |
| 192 | +我们可能会要求提供更多信息或请您测试解决方案。请关注此 Issue 的更新。 |
| 193 | + |
| 194 | +*We may ask for additional information or request you to test solutions. Please watch this issue for updates.* |
0 commit comments