2_crash_report.yml

 1name: Crash Report
 2description: |
 3  Use this template for crash reports.
 4labels: ["admin read", "triage", "bug", "panic / crash"]
 5body:
 6  - type: checkboxes
 7    attributes:
 8      label: Check for existing issues
 9      description: Check the backlog of issues to reduce the chances of creating duplicates; if an issue already exists, place a `+1` (👍) on it.
10      options:
11        - label: Completed
12          required: true
13  - type: textarea
14    attributes:
15      label: Describe the bug / provide steps to reproduce it
16      description: A clear and concise description of what the bug is.
17    validations:
18      required: true
19  - type: textarea
20    id: environment
21    attributes:
22      label: Environment
23      description: Run the `copy system specs into clipboard` command palette action and paste the output in the field below. If you are unable to run the command, please include your Zed version and release channel, operating system and version, RAM amount, and architecture.
24    validations:
25      required: true
26  - type: textarea
27    attributes:
28      label: If applicable, attach your `~/Library/Logs/Zed/Zed.log` file to this issue.
29      description: |
30        macOS: `~/Library/Logs/Zed/Zed.log`
31        Linux: `~/.local/share/zed/logs/Zed.log` or $XDG_DATA_HOME
32        If you only need the most recent lines, you can run the `zed: open log` command palette action to see the last 1000.
33      value: |
34        <details><summary>Zed.log</summary>
35
36        <!-- Click below this line and paste or drag-and-drop your log-->
37        ```
38
39        ```
40        <!-- Click above this line and paste or drag-and-drop your log--></details>
41    validations:
42      required: false