1name: Report an issue
2description: Report an issue with Zed.
3type: Bug
4labels: "state:needs triage"
5body:
6 - type: markdown
7 attributes:
8 value: |
9 Feature requests should be opened in [discussions](https://github.com/zed-industries/zed/discussions/new/choose).
10
11 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.
12
13 If you need help with your own project, you can ask a question in our [Discord Support Forums](https://discord.com/invite/zedindustries).
14 - type: textarea
15 attributes:
16 label: Reproduction steps
17 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**.
18 placeholder: |
19 1. Start Zed
20 2. Click X
21 3. Y will happen
22 validations:
23 required: true
24 - type: textarea
25 attributes:
26 label: Current vs. Expected behavior
27 description: |
28 A clear and concise description of what is the current behavior (screenshots, videos), vs. what you expected the behavior to be.
29
30 **Skipping this/failure to provide complete information will result in the issue being closed.**
31 placeholder: "Based on my reproduction steps above, when I click X, I expect this to happen, but instead Y happens."
32 validations:
33 required: true
34 - type: textarea
35 attributes:
36 label: If applicable, attach your Zed log file to this issue.
37 description: |
38 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.
39 value: |
40 <details><summary>Zed.log</summary>
41
42 <!-- Paste your log inside the code block. -->
43 ```log
44
45 ```
46
47 </details>
48 validations:
49 required: false
50 - type: textarea
51 attributes:
52 label: If applicable, attach your relevant Zed settings to this issue
53 description: |
54 Open the command palette in Zed, then type “zed: open settings file” and copy/paste any relevant (e.g., LSP-specific) settings.
55 value: |
56 <details><summary>settings.json</summary>
57
58 <!-- Paste your settings inside the code block. -->
59 ```json
60
61 ```
62
63 </details>
64 validations:
65 required: false
66 - type: textarea
67 attributes:
68 label: If applicable, provide details about your model provider
69 placeholder: |
70 - Provider: (Anthropic via ZedPro, Anthropic via API key, Copilot Chat, Mistral, OpenAI, etc.)
71 - Model Name: (Claude Sonnet 4.5, Gemini 3 Pro, GPT-5)
72 - Mode: (Agent Panel, Inline Assistant, Terminal Assistant or Text Threads)
73 - Other details (ACPs, MCPs, other settings, etc.):
74 validations:
75 required: false
76 - type: textarea
77 attributes:
78 label: Zed version and system specs
79 description: |
80 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**.
81 placeholder: |
82 Zed: v0.215.0 (Zed Nightly bfe141ea79aa4984028934067ba75c48d99136ae)
83 OS: macOS 15.1
84 Memory: 36 GiB
85 Architecture: aarch64
86 validations:
87 required: true
88 - type: dropdown
89 attributes:
90 label: If you are using WSL on Windows, what flavor of Linux are you using?
91 multiple: false
92 options:
93 - Arch Linux
94 - Ubuntu
95 - Fedora
96 - Mint
97 - Pop!_OS
98 - NixOS
99 - Other
100 default: 0