mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-25 00:32:26 +00:00
ebdc255b73
Release Notes: - N/A
42 lines
1.7 KiB
YAML
42 lines
1.7 KiB
YAML
name: Crash Report
|
|
description: |
|
|
Use this template for crash reports.
|
|
labels: ["admin read", "triage", "bug", "panic / crash"]
|
|
body:
|
|
- 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
|
|
required: true
|
|
- 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. If you are unable to run the command, please include your Zed version and release channel, operating system and version, RAM amount, and architecture.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: If applicable, attach your `~/Library/Logs/Zed/Zed.log` file to this issue.
|
|
description: |
|
|
macOS: `~/Library/Logs/Zed/Zed.log`
|
|
Linux: `~/.local/share/zed/logs/Zed.log` or $XDG_DATA_HOME
|
|
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>
|
|
|
|
<!-- Click below this line and paste or drag-and-drop your log-->
|
|
```
|
|
|
|
```
|
|
<!-- Click above this line and paste or drag-and-drop your log--></details>
|
|
validations:
|
|
required: false
|