10_bug_report.yml

 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          - Include code as text, not just as a screenshot.
18          - Issues with insufficient detail may be summarily closed.
19        -->
20
21        DESCRIPTION_HERE
22
23        Steps to reproduce:
24        1.
25        2.
26        3.
27        4.
28
29        **Expected Behavior**:
30        **Actual Behavior**:
31
32        <!-- Before Submitting, did you:
33          1. Include settings.json, keymap.json, .editorconfig if relevant?
34          2. Check your Zed.log for relevant errors? (please include!)
35          3. Click Preview to ensure everything looks right?
36          4. Hide videos, large images and logs in ``` inside collapsible blocks:
37
38        <details><summary>click to expand</summary>
39
40        ```json
41
42        ```
43        </details>
44        -->
45
46    validations:
47      required: true
48
49  - type: textarea
50    id: environment
51    attributes:
52      label: Zed Version and System Specs
53      description: |
54        Open Zed, from the command palette select "zed: copy system specs into clipboard"
55      placeholder: |
56        Output of "zed: copy system specs into clipboard"
57    validations:
58      required: true