101 lines
3.8 KiB
YAML
101 lines
3.8 KiB
YAML
name: Report an issue
|
|
description: Report an issue with Zed.
|
|
type: Bug
|
|
labels: "state:needs triage"
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Feature requests should be opened in [discussions](https://github.com/zed-industries/zed/discussions/new/choose).
|
|
|
|
Before opening a new issue, please do a [search](https://github.com/zed-industries/zed/issues) of existing issues and :+1: upvote the existing issue instead. This will help us maintain a proper signal-to-noise ratio.
|
|
|
|
If you need help with your own project, you can ask a question in our [Discord Support Forums](https://discord.com/invite/zedindustries).
|
|
- type: textarea
|
|
attributes:
|
|
label: Reproduction steps
|
|
description: A step-by-step description of how to reproduce the issue from a **clean Zed install**. Any code must be sufficient to reproduce (make sure to include context!). Include code as text, not just as a screenshot. **Issues with insufficient detail may be summarily closed**.
|
|
placeholder: |
|
|
1. Start Zed
|
|
2. Click X
|
|
3. Y will happen
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Current vs. Expected behavior
|
|
description: |
|
|
A clear and concise description of what is the current behavior (screenshots, videos), vs. what you expected the behavior to be.
|
|
|
|
**Skipping this/failure to provide complete information will result in the issue being closed.**
|
|
placeholder: "Based on my reproduction steps above, when I click X, I expect this to happen, but instead Y happens."
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: If applicable, attach your Zed log file to this issue.
|
|
description: |
|
|
Open the command palette in Zed, then type `zed: open log` to see the last 1000 lines. Or type `zed: reveal log in file manager` in the command palette to reveal the log file itself.
|
|
value: |
|
|
<details><summary>Zed.log</summary>
|
|
|
|
<!-- Paste your log inside the code block. -->
|
|
```log
|
|
|
|
```
|
|
|
|
</details>
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
attributes:
|
|
label: If applicable, attach your relevant Zed settings to this issue
|
|
description: |
|
|
Open the command palette in Zed, then type “zed: open settings file” and copy/paste any relevant (e.g., LSP-specific) settings.
|
|
value: |
|
|
<details><summary>settings.json</summary>
|
|
|
|
<!-- Paste your settings inside the code block. -->
|
|
```json
|
|
|
|
```
|
|
|
|
</details>
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
attributes:
|
|
label: If applicable, provide details about your model provider
|
|
placeholder: |
|
|
- Provider: (Anthropic via ZedPro, Anthropic via API key, Copilot Chat, Mistral, OpenAI, etc.)
|
|
- Model Name: (Claude Sonnet 4.5, Gemini 3 Pro, GPT-5)
|
|
- Mode: (Agent Panel, Inline Assistant, Terminal Assistant or Text Threads)
|
|
- Other details (ACPs, MCPs, other settings, etc.):
|
|
validations:
|
|
required: false
|
|
- type: textarea
|
|
attributes:
|
|
label: Zed version and system specs
|
|
description: |
|
|
Open the command palette in Zed, then type “zed: copy system specs into clipboard”. **Skipping this/failure to provide complete information will result in the issue being closed**.
|
|
placeholder: |
|
|
Zed: v0.215.0 (Zed Nightly bfe141ea79aa4984028934067ba75c48d99136ae)
|
|
OS: macOS 15.1
|
|
Memory: 36 GiB
|
|
Architecture: aarch64
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
attributes:
|
|
label: If you are using WSL on Windows, what flavor of Linux are you using?
|
|
multiple: false
|
|
options:
|
|
- Arch Linux
|
|
- Ubuntu
|
|
- Fedora
|
|
- Mint
|
|
- Pop!_OS
|
|
- NixOS
|
|
- Other
|
|
default: 0
|