2024-02-26 23:28:57 +03:00
|
|
|
name: Crash Report
|
|
|
|
description: |
|
2024-06-18 19:15:05 +03:00
|
|
|
Use this template for crash reports.
|
2024-02-26 23:28:57 +03:00
|
|
|
labels: ["admin read", "triage", "defect", "panic / crash"]
|
|
|
|
body:
|
2024-06-18 19:15:05 +03:00
|
|
|
- type: checkboxes
|
|
|
|
attributes:
|
|
|
|
label: Check for existing issues
|
|
|
|
description: Check the backlog of issues to reduce the chances of creating duplicates; if an issue already exists, place a `+1` (👍) on it.
|
|
|
|
options:
|
|
|
|
- label: Completed
|
2024-02-26 23:28:57 +03:00
|
|
|
required: true
|
2024-06-18 19:15:05 +03:00
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: Describe the bug / provide steps to reproduce it
|
|
|
|
description: A clear and concise description of what the bug is.
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
id: environment
|
|
|
|
attributes:
|
|
|
|
label: Environment
|
|
|
|
description: Run the `copy system specs into clipboard` command palette action and paste the output in the field below.
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
attributes:
|
|
|
|
label: If applicable, attach your `~/Library/Logs/Zed/Zed.log` file to this issue.
|
|
|
|
description: |
|
|
|
|
Drag Zed.log into the text input below.
|
|
|
|
If you only need the most recent lines, you can run the `zed: open log` command palette action to see the last 1000.
|
|
|
|
value: |
|
|
|
|
<details><summary>Zed.log</summary><pre>
|
|
|
|
<!-- Click below this line and paste or drag-and-drop your log-->
|
|
|
|
|
|
|
|
<!-- Click above this line and paste or drag-and-drop your log--></pre></details>
|
|
|
|
validations:
|
|
|
|
required: false
|