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        <!-- Include all steps necessary to reproduce from a clean Zed installation. Be verbose -->
14        Steps to trigger the problem:
15        1.
16        2.
17        3.
18
19        Actual Behavior:
20
21        Expected Behavior:
22
23    validations:
24      required: true
25
26  - type: textarea
27    id: environment
28    attributes:
29      label: Zed Version and System Specs
30      description: 'Open Zed, and in the command palette select "zed: Copy System Specs Into Clipboard"'
31      placeholder: |
32        Output of "zed: Copy System Specs Into Clipboard"
33    validations:
34      required: true