1name: Bug Report (Other)
2description: |
3 Something else is broken in Zed (exclude crashing).
4type: "Bug"
5body:
6 - type: textarea
7 attributes:
8 label: Summary
9 description: Provide a one sentence summary and detailed reproduction steps
10 value: |
11 <!-- Begin your issue with a one sentence summary -->
12 SUMMARY_SENTENCE_HERE
13
14 ### Description
15 <!-- Describe with sufficient detail to reproduce from a clean Zed install.
16 - Any code must be sufficient to reproduce (include context!)
17 - Code must as text, not just as a screenshot.
18 - Issues with insufficient detail may be summarily closed.
19 -->
20
21 Steps to reproduce:
22 1.
23 2.
24 3.
25 4.
26
27 Expected Behavior:
28 Actual Behavior:
29
30 <!-- Before Submitting, did you:
31 1. Include settings.json, keymap.json, .editorconfig if relevant?
32 2. Check your Zed.log for relevant errors? (please include!)
33 3. Click Preview to ensure everything looks right?
34 4. Hide videos, large images and logs in ``` inside collapsible blocks:
35
36 <details><summary>click to expand</summary>
37
38 ```json
39
40 ```
41 </details>
42 -->
43
44 validations:
45 required: true
46
47 - type: textarea
48 id: environment
49 attributes:
50 label: Zed Version and System Specs
51 description: |
52 Open Zed, from the command palette select "zed: copy system specs into clipboard"
53 placeholder: |
54 Output of "zed: copy system specs into clipboard"
55 validations:
56 required: true