10_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    id: environment
35    attributes:
36      label: Zed version and system specs
37      description: |
38        Open the command palette in Zed, then type “zed: copy system specs into clipboard”.
39      placeholder: |
40        Zed: v0.215.0 (Zed Nightly bfe141ea79aa4984028934067ba75c48d99136ae)
41        OS: macOS 15.1
42        Memory: 36 GiB
43        Architecture: aarch64
44    validations:
45      required: true
46  - type: textarea
47    attributes:
48      label: Attach Zed log file
49      description: |
50        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.
51      value: |
52        <details><summary>Zed.log</summary>
53
54        <!-- Paste your log inside the code block. -->
55        ```log
56
57        ```
58
59        </details>
60    validations:
61      required: false
62  - type: textarea
63    attributes:
64      label: Relevant Zed settings
65      description: |
66        Open the command palette in Zed, then type “zed: open settings file” and copy/paste any relevant (e.g., LSP-specific) settings.
67      value: |
68        <details><summary>settings.json</summary>
69
70        <!-- Paste your settings inside the code block. -->
71        ```json
72
73        ```
74
75        </details>
76    validations:
77      required: false
78  - type: textarea
79    attributes:
80      label: (for AI issues) Model provider details
81      placeholder: |
82        - Provider: (Anthropic via ZedPro, Anthropic via API key, Copilot Chat, Mistral, OpenAI, etc.)
83        - Model Name: (Claude Sonnet 4.5, Gemini 3 Pro, GPT-5)
84        - Mode: (Agent Panel, Inline Assistant, Terminal Assistant or Text Threads)
85        - Other details (ACPs, MCPs, other settings, etc.):
86    validations:
87      required: false
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