Skip to content

Commit f72fc5e

Browse files
authored
docs: add desktop issue templates (#20)
1 parent f6a1b58 commit f72fc5e

6 files changed

Lines changed: 224 additions & 7 deletions

File tree

Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
name: Bug report / 问题反馈
2+
description: Report a reproducible MiniMax Code desktop problem
3+
title: "[Bug]: "
4+
labels: ["bug"]
5+
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thanks for reporting. Please remove API keys, tokens, private code, and other sensitive information before submitting.
11+
感谢反馈。提交前请移除 API Key、Token、私有代码和其他敏感信息。
12+
13+
- type: input
14+
id: version
15+
attributes:
16+
label: Version / 版本号
17+
description: Find this in MiniMax Code Settings.
18+
placeholder: "Example: v3.0.35"
19+
validations:
20+
required: true
21+
22+
- type: dropdown
23+
id: platform
24+
attributes:
25+
label: Platform / 平台
26+
options:
27+
- macOS
28+
- Windows
29+
validations:
30+
required: true
31+
32+
- type: input
33+
id: os-version
34+
attributes:
35+
label: OS version / 系统版本
36+
placeholder: "Example: macOS 15.5, Windows 11 23H2"
37+
validations:
38+
required: true
39+
40+
- type: dropdown
41+
id: issue-area
42+
attributes:
43+
label: Issue area / 问题类型
44+
options:
45+
- Startup / install / update
46+
- Agent stuck / slow / repeated loop
47+
- Tool call / permission / daemon
48+
- MCP / OAuth / integration
49+
- File / workspace / path / encoding
50+
- Model output quality
51+
- UI / UX
52+
- Other
53+
validations:
54+
required: true
55+
56+
- type: input
57+
id: upload-id
58+
attributes:
59+
label: Upload ID / 日志上传 ID
60+
description: In MiniMax Code, go to Settings → General → Upload logs. If the app cannot start, write "cannot upload" and attach crash logs below.
61+
placeholder: "Example: upload_xxx, or cannot upload"
62+
validations:
63+
required: true
64+
65+
- type: textarea
66+
id: summary
67+
attributes:
68+
label: What happened? / 问题描述
69+
placeholder: "MiniMax Code crashes when..."
70+
validations:
71+
required: true
72+
73+
- type: textarea
74+
id: steps
75+
attributes:
76+
label: Steps to reproduce / 复现步骤
77+
placeholder: |
78+
1. Open MiniMax Code
79+
2. Click...
80+
3. Run...
81+
4. See error...
82+
validations:
83+
required: true
84+
85+
- type: textarea
86+
id: expected
87+
attributes:
88+
label: Expected behavior / 预期行为
89+
validations:
90+
required: true
91+
92+
- type: textarea
93+
id: actual
94+
attributes:
95+
label: Actual behavior / 实际行为
96+
validations:
97+
required: true
98+
99+
- type: textarea
100+
id: logs
101+
attributes:
102+
label: Logs, screenshots, or crash reports / 日志、截图或崩溃信息
103+
description: Please remove secrets, tokens, API keys, private paths, and private code.
104+
render: shell
105+
validations:
106+
required: false
107+
108+
- type: checkboxes
109+
id: checklist
110+
attributes:
111+
label: Before submitting / 提交前确认
112+
options:
113+
- label: I have searched existing issues.
114+
required: true
115+
- label: I am using the latest version available to me.
116+
required: true
117+
- label: I have removed sensitive information from logs/screenshots.
118+
required: true
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
name: Feature request / 功能建议
2+
description: Suggest an improvement for MiniMax Code desktop
3+
title: "[Feature]: "
4+
labels: ["enhancement"]
5+
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Thanks for helping improve MiniMax Code. Please search existing issues before submitting.
11+
感谢帮助我们改进 MiniMax Code。提交前请先搜索是否已有相关 Issue。
12+
13+
- type: textarea
14+
id: problem
15+
attributes:
16+
label: Problem / 你遇到的问题
17+
description: What problem would this feature solve?
18+
placeholder: "I often need to..."
19+
validations:
20+
required: true
21+
22+
- type: textarea
23+
id: proposal
24+
attributes:
25+
label: Proposed solution / 期望方案
26+
description: What would you like MiniMax Code to do?
27+
placeholder: "I would like MiniMax Code to..."
28+
validations:
29+
required: true
30+
31+
- type: dropdown
32+
id: platform
33+
attributes:
34+
label: Platform / 平台
35+
options:
36+
- macOS
37+
- Windows
38+
- Linux desktop support
39+
- All desktop platforms
40+
validations:
41+
required: false
42+
43+
- type: textarea
44+
id: context
45+
attributes:
46+
label: Additional context / 补充信息
47+
description: Add screenshots, examples, or related workflows if helpful.
48+
validations:
49+
required: false
50+
51+
- type: checkboxes
52+
id: checklist
53+
attributes:
54+
label: Before submitting / 提交前确认
55+
options:
56+
- label: I have searched existing issues.
57+
required: true
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
name: Question / 使用问题
2+
description: Ask a question about MiniMax Code desktop
3+
title: "[Question]: "
4+
labels: ["question"]
5+
6+
body:
7+
- type: textarea
8+
id: question
9+
attributes:
10+
label: Question / 问题
11+
placeholder: "How do I..."
12+
validations:
13+
required: true
14+
15+
- type: dropdown
16+
id: platform
17+
attributes:
18+
label: Platform / 平台
19+
options:
20+
- macOS
21+
- Windows
22+
validations:
23+
required: false
24+
25+
- type: textarea
26+
id: context
27+
attributes:
28+
label: Context / 补充信息
29+
description: What have you tried? Add screenshots if useful.
30+
validations:
31+
required: false
32+
33+
- type: checkboxes
34+
id: checklist
35+
attributes:
36+
label: Before submitting / 提交前确认
37+
options:
38+
- label: I have searched existing issues.
39+
required: true

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,18 @@
1616

1717
## Report an Issue
1818

19-
This repository collects issue reports for MiniMax Code, optimized for mobile submissions.
19+
This repository collects issue reports for the MiniMax Code desktop app.
2020

21-
> Desktop users are welcome too — please attach logs and screenshots when possible.
21+
> For bug reports, please upload logs from **Settings → General → Upload logs** and include the generated upload ID.
2222
2323
### How to submit
2424

2525
1. Tap **Issues****New issue** at the top right
2626
2. Pick a template (Bug / Feature / Question)
27-
3. Fill in the following:
27+
3. Fill in the requested details:
2828
- **Version** — found in Settings
29-
- **Platform** — macOS / Windows / Mobile
29+
- **Platform** — macOS / Windows
30+
- **Upload ID** — found after uploading logs from Settings → General
3031
- **Steps to reproduce** — short and reproducible
3132
- **Screenshots or logs** — optional but appreciated
3233

README.zh-CN.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,18 @@
1616

1717
## 反馈问题
1818

19-
本仓库用于收集 MiniMax Code 的问题反馈,针对手机端提交做了优化
19+
本仓库用于收集 MiniMax Code 桌面端的问题反馈
2020

21-
> 桌面端用户也欢迎使用,请尽量附上日志与截图
21+
> 提交 Bug 时,请在「设置 → 通用 → 上传日志」上传日志,并附上生成的 uploadId
2222
2323
### 提交步骤
2424

2525
1. 点击右上角 **Issues****New issue**
2626
2. 选择对应模板(Bug / Feature / Question)
2727
3. 填写以下信息:
2828
- **版本号** —— 在「设置」中可见
29-
- **平台** —— macOS / Windows / Mobile
29+
- **平台** —— macOS / Windows
30+
- **uploadId** —— 在「设置 → 通用」上传日志后生成
3031
- **复现步骤** —— 简短、可复现
3132
- **截图或日志** —— 可选,但有则更佳
3233

0 commit comments

Comments
 (0)