1.bug-report.yml

 1name: Report a bug
 2description: Report a problem with Zed.
 3type: Bug
 4labels: "state:needs triage"
 5body:
 6  - type: markdown
 7    attributes:
 8      value: |
 9        Is this bug already reported? Upvote to get it noticed faster. [Here's the search](https://github.com/zed-industries/zed/issues). Upvote means giving it a :+1: reaction.
10
11        Feature request? Please open in [discussions](https://github.com/zed-industries/zed/discussions/new/choose) instead.
12
13        Just have a question or need support? Welcome to [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 bug from a **clean Zed install**. The more context you provide, the easier it is to find and fix the problem fast.
18      placeholder: |
19        1. Start Zed
20        2. Click X
21    validations:
22      required: true
23  - type: textarea
24    attributes:
25      label: Current vs. Expected behavior
26      description: |
27        Current behavior (screenshots, videos, etc. are appreciated), vs. what you expected the behavior to be.
28
29      placeholder: |
30        Current behavior: <screenshot with an arrow> The icon is blue. Expected behavior: The icon should be red because this is what the setting is documented to do.
31    validations:
32      required: true
33  - type: textarea
34    attributes:
35      label: Zed version and system specs
36      description: |
37        Open the command palette in Zed, then type “zed: copy system specs into clipboard”.
38      placeholder: |
39        Zed: v0.215.0 (Zed Nightly bfe141ea79aa4984028934067ba75c48d99136ae)
40        OS: macOS 15.1
41        Memory: 36 GiB
42        Architecture: aarch64
43    validations:
44      required: true
45  - type: textarea
46    attributes:
47      label: Attach Zed log file
48      description: |
49        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.
50      value: |
51        <details><summary>Zed.log</summary>
52
53        <!-- Paste your log inside the code block. -->
54        ```log
55
56        ```
57
58        </details>
59    validations:
60      required: false
61  - type: textarea
62    attributes:
63      label: Relevant Zed settings
64      description: |
65        Open the command palette in Zed, then type “zed: open settings file” and copy/paste any relevant (e.g., LSP-specific) settings.
66      value: |
67        <details><summary>settings.json</summary>
68
69        <!-- Paste your settings inside the code block. -->
70        ```json
71
72        ```
73
74        </details>
75    validations:
76      required: false
77  - type: textarea
78    attributes:
79      label: (for AI issues) Model provider details
80      placeholder: |
81        - Provider: (Anthropic via ZedPro, Anthropic via API key, Copilot Chat, Mistral, OpenAI, etc.)
82        - Model Name: (Claude Sonnet 4.5, Gemini 3 Pro, GPT-5)
83        - Mode: (Agent Panel, Inline Assistant, Terminal Assistant or Text Threads)
84        - Other details (ACPs, MCPs, other settings, etc.):
85    validations:
86      required: false
87  - type: dropdown
88    attributes:
89      label: If you are using WSL on Windows, what flavor of Linux are you using?
90      multiple: false
91      options:
92        - Arch Linux
93        - Ubuntu
94        - Fedora
95        - Mint
96        - Pop!_OS
97        - NixOS
98        - Other