1_bug_report.yml

 1name: Bug Report
 2description: |
 3  Something is broken in Zed (exclude crashing).
 4type: "Bug"
 5body:
 6  - type: textarea
 7    attributes:
 8      label: Summary
 9      description: Describe the bug with a one line summary, and provide detailed reproduction steps
10      value: |
11        <!-- Please insert a one line summary of the issue below -->
12
13        SUMMARY_SENTENCE_HERE
14
15        <!-- Be verbose: Include all steps necessary to reproduce from a clean Zed installation. -->
16        <!-- Code snippets are better than images, a repository link that reproduces the issue is ideal. -->
17
18        Steps to trigger the problem:
19        1.
20        2.
21        3.
22        4.
23
24        Actual Behavior:
25
26        Expected Behavior:
27
28        <!--
29          Is there anything additional necessary to reproduce this issue?
30            - settings.json, keymap.json, .editorconfig etc?
31            - Does it happen intermittently or only with specific projects / file types?
32            - Have you found a workaround?
33
34          Did you check your Zed.log to see if there is any relevant details there?
35            - When including large items (videos, screenshots, logs, configs) please wrap with:
36
37          <details><summary>See inside for XXXXYYY</summary>
38
39          ```shell
40          code
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: 'Open Zed, and in the command palette select "zed: Copy System Specs Into Clipboard"'
54      placeholder: |
55        Output of "zed: Copy System Specs Into Clipboard"
56    validations:
57      required: true