mirror of
https://github.com/zilliztech/claude-context.git
synced 2025-10-06 01:10:02 +03:00
Update issue templates
This commit is contained in:
41
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
41
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
**Describe the bug**
|
||||
Please describe your problem in **English**
|
||||
|
||||
## For MCP Use Cases
|
||||
**Get your MCP logs first**
|
||||
- If you use Claude Code or Gemini CLI, you can start them with `--debug` mode, e.g.,`claude --debug` or `gemini --debug` to get the detailed MCP logs.
|
||||
- If you use Cursor-like GUI IDEs, you can 1. Open the Output panel in Cursor (⌘⇧U) 2. Select “MCP Logs” from the dropdown. See https://docs.cursor.com/en/context/mcp#faq for details.
|
||||
|
||||
**What's your MCP Client Setting**
|
||||
Suppose you can not solve the problem from the logs. You can report which MCP client you use, and the setting JSON contents. This information will be helpful to locate the issue.
|
||||
|
||||
## For vscode-extension Use Cases
|
||||
**Get your logs first**
|
||||
In the global search panel, type `> Toggle Developer Tools` to open the Chrome DevTools window to get the logs. See https://stackoverflow.com/questions/30765782/what-is-the-use-of-the-developer-tools-in-vs-code to get more details.
|
||||
|
||||
**Report your issue**
|
||||
Suppose you can not solve the problem from the logs. You can report the settings in the panel if possible. This information will be helpful to locate the issue.
|
||||
|
||||
## For Other Cases
|
||||
Try to locate the issue and provide more detailed setting information.
|
||||
|
||||
## Other Information
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your problem.
|
||||
|
||||
**Software version:**
|
||||
- IDE version
|
||||
- node/npm/pnpm Version
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
Reference in New Issue
Block a user