Skip to content

Commit 6d91c59

Browse files
committed
Merge branch 'upstream_main'
2 parents 7198774 + 233b976 commit 6d91c59

File tree

601 files changed

+27733
-25186
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

601 files changed

+27733
-25186
lines changed

.github/ISSUE_TEMPLATE/01_bug_ai.yml

Lines changed: 0 additions & 59 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/04_bug_debugger.yml

Lines changed: 0 additions & 53 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/06_bug_git.yml

Lines changed: 0 additions & 53 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/07_bug_windows.yml

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

.github/ISSUE_TEMPLATE/10_bug_report.yml

Lines changed: 0 additions & 75 deletions
This file was deleted.

0 commit comments

Comments
 (0)