02_agent_bug_report.yml

 1name: Agent Panel
 2description: There is a bug related to the Agent Panel in Zed
 3type: "Bug"
 4labels: ["agent", "ai"]
 5title: "Agent Panel: <a short description of the Agent Panel bug>"
 6body:
 7  - type: textarea
 8    attributes:
 9      label: Summary
10      description: Describe the bug with a one line summary, and provide detailed reproduction steps
11      value: |
12        <!-- Please insert a one line summary of the issue below -->
13
14        <!-- Include all steps necessary to reproduce from a clean Zed installation. Be verbose -->
15        Steps to trigger the problem:
16        1.
17        2.
18        3.
19
20        Actual Behavior:
21
22        Expected Behavior:
23
24    validations:
25      required: true
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
35  - type: textarea
36    attributes:
37      label: If applicable, attach your `~/Library/Logs/Zed/Zed.log` file to this issue.
38      description: |
39        macOS: `~/Library/Logs/Zed/Zed.log`
40        Linux: `~/.local/share/zed/logs/Zed.log` or $XDG_DATA_HOME
41        If you only need the most recent lines, you can run the `zed: open log` command palette action to see the last 1000.
42      value: |
43        <details><summary>Zed.log</summary>
44
45        <!-- Click below this line and paste or drag-and-drop your log-->
46        ```
47
48        ```
49        <!-- Click above this line and paste or drag-and-drop your log--></details>
50    validations:
51      required: false