|
| 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 |
0 commit comments