Skip to content

Commit bffe0b5

Browse files
authored
Merge pull request #23 from qianmoQ/dev-25.0.1
feat (core): 增加 Issues 模板
2 parents 50d1154 + bc1304d commit bffe0b5

3 files changed

Lines changed: 517 additions & 0 deletions

File tree

Lines changed: 194 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,194 @@
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.*
Lines changed: 158 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,158 @@
1+
---
2+
name: 💬 通用问题 / General Issue
3+
about: 提出问题、建议或反馈 / Submit a question, suggestion, or feedback
4+
title: "[问题/Issue] 请简要描述您的问题 / Please briefly describe your issue"
5+
labels: ["question", "needs-triage"]
6+
assignees: ""
7+
---
8+
9+
## 📋 问题类型 / Issue Type
10+
11+
请选择最符合您问题的类型 / Please select the type that best describes your issue:
12+
13+
- [ ] ❓ 使用问题 / Usage Question - 如何使用某个功能 / How to use a feature
14+
- [ ] 💡 功能建议 / Feature Request - 希望添加新功能 / Suggest a new feature
15+
- [ ] 📖 文档问题 / Documentation Issue - 文档不清楚或有误 / Documentation unclear or incorrect
16+
- [ ] 🔧 配置问题 / Configuration Issue - 设置或配置相关 / Settings or configuration related
17+
- [ ] 🎨 界面问题 / UI/UX Issue - 用户界面或体验问题 / User interface or experience issue
18+
- [ ] 📱 兼容性问题 / Compatibility Issue - 浏览器或设备兼容性 / Browser or device compatibility
19+
- [ ] 📈 性能问题 / Performance Issue - 运行速度或响应时间 / Running speed or response time
20+
- [ ] 🔒 安全问题 / Security Issue - 安全相关担忧 / Security-related concern
21+
- [ ] 🌐 多语言问题 / Localization Issue - 翻译或本地化 / Translation or localization
22+
- [ ] 🤝 社区建议 / Community Suggestion - 社区相关建议 / Community-related suggestion
23+
- [ ] 📊 反馈意见 / General Feedback - 整体使用反馈 / Overall usage feedback
24+
- [ ] 🎯 其他 / Other - 其他类型问题 / Other type of issue
25+
26+
## 📝 详细描述 / Detailed Description
27+
28+
**问题或建议的详细描述 / Detailed description of the issue or suggestion:**
29+
<!-- 请尽可能详细地描述您的问题、建议或反馈 -->
30+
<!-- Please describe your issue, suggestion, or feedback in as much detail as possible -->
31+
32+
## 🎯 预期结果 / Expected Outcome
33+
34+
**您希望达到什么效果?/ What would you like to achieve?**
35+
<!-- 描述您的预期结果或解决方案 -->
36+
<!-- Describe your expected result or solution -->
37+
38+
## 📱 环境信息 / Environment Information
39+
40+
**相关环境(如适用)/ Relevant environment (if applicable):**
41+
- 操作系统 / Operating System:
42+
- 浏览器 / Browser:
43+
- 设备类型 / Device Type:
44+
- CodeForge 版本 / CodeForge Version:
45+
46+
## 📸 截图或示例 / Screenshots or Examples
47+
48+
**截图或相关材料 / Screenshots or relevant materials:**
49+
<!-- 如果有助于说明问题,请添加截图、链接或其他材料 -->
50+
<!-- If helpful in explaining the issue, please add screenshots, links, or other materials -->
51+
52+
**代码示例(如适用)/ Code example (if applicable):**
53+
```
54+
// 如果问题涉及代码,请提供示例
55+
// If the issue involves code, please provide an example
56+
57+
```
58+
59+
## 🔄 当前情况 / Current Situation
60+
61+
**当前是如何处理这个问题的?/ How is this currently being handled?**
62+
<!-- 描述当前的状况或您目前使用的解决方法 -->
63+
<!-- Describe the current situation or workaround you're currently using -->
64+
65+
## 💭 建议解决方案 / Suggested Solution
66+
67+
**您认为可能的解决方案是什么?/ What do you think might be a possible solution?**
68+
<!-- 如果您有想法,请分享您的建议 -->
69+
<!-- If you have ideas, please share your suggestions -->
70+
71+
## 📊 优先级和影响 / Priority and Impact
72+
73+
**对您的影响程度 / Impact level on you:**
74+
- [ ] 🔴 高影响 / High Impact - 严重影响使用 / Severely affects usage
75+
- [ ] 🟡 中影响 / Medium Impact - 有一定影响 / Some impact
76+
- [ ] 🟢 低影响 / Low Impact - 轻微影响 / Minor impact
77+
78+
**使用频率 / Usage frequency:**
79+
- [ ] 每天 / Daily
80+
- [ ] 每周 / Weekly
81+
- [ ] 偶尔 / Occasionally
82+
- [ ] 很少 / Rarely
83+
84+
## 🌍 社区相关 / Community Related
85+
86+
**您觉得其他用户可能也会遇到这个问题吗?/ Do you think other users might encounter this issue too?**
87+
- [ ] 是,很可能 / Yes, very likely
88+
- [ ] 可能会 / Possibly
89+
- [ ] 不太可能 / Unlikely
90+
- [ ] 不确定 / Not sure
91+
92+
**您在其他地方看到过类似的问题或讨论吗?/ Have you seen similar issues or discussions elsewhere?**
93+
<!-- 如果有,请提供链接或描述 -->
94+
<!-- If yes, please provide links or descriptions -->
95+
96+
## 🔗 相关信息 / Related Information
97+
98+
**相关链接 / Related Links:**
99+
<!-- 任何相关的文档、教程、Stack Overflow 问题等 -->
100+
<!-- Any relevant documentation, tutorials, Stack Overflow questions, etc. -->
101+
102+
**相关 Issues / Related Issues:**
103+
<!-- 链接到任何相关的现有 issues -->
104+
<!-- Link to any related existing issues -->
105+
106+
## 📋 附加信息 / Additional Information
107+
108+
**其他相关信息 / Any other relevant information:**
109+
<!-- 任何其他您认为可能有用的信息 -->
110+
<!-- Any other information you think might be useful -->
111+
112+
**您愿意参与解决这个问题吗?/ Would you like to contribute to solving this issue?**
113+
- [ ] 是,我可以帮助测试 / Yes, I can help with testing
114+
- [ ] 是,我可以提供更多信息 / Yes, I can provide more information
115+
- [ ] 是,我可以帮助编写文档 / Yes, I can help with documentation
116+
- [ ] 是,我有技术能力贡献代码 / Yes, I have technical skills to contribute code
117+
- [ ] 否,但我愿意提供反馈 / No, but I'm willing to provide feedback
118+
- [ ] 否,我只是提出问题 / No, I'm just raising the issue
119+
120+
## 📞 联系方式 / Contact Information
121+
122+
**如果需要进一步沟通,我们可以通过以下方式联系您:**
123+
**If further communication is needed, we can contact you through:**
124+
125+
- [ ] GitHub 评论 / GitHub comments (推荐 / Recommended)
126+
- [ ] 邮件 / Email: ________________
127+
- [ ] 其他 / Other: ________________
128+
129+
---
130+
131+
## ✅ 提交前检查 / Pre-submission Checklist
132+
133+
请在提交前确认 / Please confirm before submitting:
134+
135+
- [ ] 我已搜索现有 Issues,确认类似问题尚未被提出 / I've searched existing issues and confirmed similar issues haven't been raised
136+
- [ ] 我选择了合适的问题类型 / I've selected the appropriate issue type
137+
- [ ] 我提供了清晰的问题描述 / I've provided a clear description of the issue
138+
- [ ] 我提供了相关的环境信息(如适用)/ I've provided relevant environment information (if applicable)
139+
- [ ] 我理解团队可能需要时间来回应 / I understand the team may need time to respond
140+
141+
---
142+
143+
**🙏 感谢您的反馈!**
144+
**Thank you for your feedback!**
145+
146+
您的意见对 CodeForge 的改进非常重要。我们会认真考虑每一个建议和问题。
147+
148+
*Your input is very important for improving CodeForge. We'll carefully consider every suggestion and issue.*
149+
150+
**⏰ 响应时间 / Response Time:**
151+
- 🐛 Bug 和紧急问题 / Bugs and urgent issues: 1-3 个工作日 / 1-3 business days
152+
- 💡 功能建议 / Feature requests: 3-7 个工作日 / 3-7 business days
153+
- ❓ 一般问题 / General questions: 1-5 个工作日 / 1-5 business days
154+
155+
**💬 参与讨论 / Join the Discussion:**
156+
欢迎在评论中继续讨论,或参与我们的社区交流!
157+
158+
*Feel free to continue the discussion in comments or join our community!*

0 commit comments

Comments
 (0)