mirror of
https://github.com/GuDaStudio/codexmcp.git
synced 2026-02-05 02:00:24 +08:00
Update issue templates
This commit is contained in:
59
.github/ISSUE_TEMPLATE/bug_report.md
vendored
59
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -1,38 +1,47 @@
|
|||||||
---
|
---
|
||||||
name: Bug report
|
name: Bug report
|
||||||
about: Create a report to help us improve
|
about: Report a bug to help us improve CodexMCP
|
||||||
title: ''
|
title: "[BUG] "
|
||||||
labels: bug
|
labels: bug
|
||||||
assignees: GuDaStudio
|
assignees: GuDaStudio
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Describe the bug**
|
## Bug Description / Bug描述
|
||||||
A clear and concise description of what the bug is.
|
A clear and concise description of the bug.
|
||||||
|
清晰简洁的错误描述。
|
||||||
|
|
||||||
**To Reproduce**
|
## Environment / 运行环境
|
||||||
Steps to reproduce the behavior:
|
- **OS**: e.g., Ubuntu 22.04 / macOS 14.0 / Windows 11 / WSL2 ...
|
||||||
1. Go to '...'
|
- **CodexMCP Version**: e.g., using latest version installed by `claude mcp add codex -s user --transport stdio -- uvx --from git+https://github.com/GuDaStudio/codexmcp.git codexmcp`
|
||||||
2. Click on '....'
|
- **Claude Code Version**: run `claude --version`
|
||||||
3. Scroll down to '....'
|
- **Codex CLI Version**: run `codex --version`
|
||||||
4. See error
|
|
||||||
|
|
||||||
**Expected behavior**
|
## Steps to Reproduce / 复现步骤
|
||||||
A clear and concise description of what you expected to happen.
|
1.
|
||||||
|
2.
|
||||||
|
3.
|
||||||
|
|
||||||
**Screenshots**
|
## Logs / 错误日志
|
||||||
If applicable, add screenshots to help explain your problem.
|
If the `error` field is returned, please paste it here.
|
||||||
|
如有`error`字段返回,请粘贴在这里。
|
||||||
|
```json
|
||||||
|
|
||||||
**Desktop (please complete the following information):**
|
```
|
||||||
- OS: [e.g. iOS]
|
|
||||||
- Browser [e.g. chrome, safari]
|
|
||||||
- Version [e.g. 22]
|
|
||||||
|
|
||||||
**Smartphone (please complete the following information):**
|
## Tool Call Parameters / 工具调用参数
|
||||||
- Device: [e.g. iPhone6]
|
If the bug is related to calling the codex tool, please provide the parameters used.
|
||||||
- OS: [e.g. iOS8.1]
|
若该故障与调用 codex 工具相关,请提供所用参数。
|
||||||
- Browser [e.g. stock browser, safari]
|
```json
|
||||||
- Version [e.g. 22]
|
{
|
||||||
|
"PROMPT": "",
|
||||||
|
"cd": "",
|
||||||
|
"sandbox": "read-only",
|
||||||
|
"SESSION_ID": "",
|
||||||
|
"return_all_messages": false
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
**Additional context**
|
## Additional Context / 其他信息
|
||||||
Add any other context about the problem here.
|
Additional background information regarding this issue, such as screenshots or related discussions. We highly recommend including complete report screenshots!
|
||||||
|
关于该问题的其他背景信息,例如截图或相关议题。我们十分建议您添加完整的报告截图!
|
||||||
|
|||||||
Reference in New Issue
Block a user