|
1 | 1 | name: Bug Report
|
2 | 2 | description: |
|
3 |
| - Something is broken in Zed (exclude crashing). |
4 |
| -type: "Bug" |
| 3 | + Use this template for **non-crash-related** bug reports. |
| 4 | + Tip: open this issue template from within Zed with the `file bug report` command palette action. |
| 5 | +labels: ["admin read", "triage", "bug"] |
5 | 6 | body:
|
| 7 | + - type: checkboxes |
| 8 | + attributes: |
| 9 | + label: Check for existing issues |
| 10 | + description: Check the backlog of issues to reduce the chances of creating duplicates; if an issue already exists, place a `+1` (👍) on it. |
| 11 | + options: |
| 12 | + - label: Completed |
| 13 | + required: true |
6 | 14 | - type: textarea
|
7 | 15 | attributes:
|
8 | 16 | label: Describe the bug / provide steps to reproduce it
|
9 |
| - description: A one line summary, and detailed reproduction steps |
10 |
| - value: | |
11 |
| - Summary: |
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 |
| -
|
| 17 | + description: A clear and concise description of what the bug is. |
23 | 18 | validations:
|
24 | 19 | required: true
|
25 |
| - |
26 | 20 | - type: textarea
|
27 | 21 | id: environment
|
28 | 22 | attributes:
|
29 | 23 | label: Zed Version and System Specs
|
30 |
| - description: 'Open Zed, and in the command palette select "zed: Copy System Specs Into Clipboard"' |
| 24 | + description: Zed version, release channel, architecture (x86_64 or aarch64), OS (macOS version / Linux distro and version) and RAM amount. |
31 | 25 | placeholder: |
|
32 |
| - Output of "zed: Copy System Specs Into Clipboard" |
| 26 | + <!-- In Zed run `copy system specs into clipboard` from the Zed command palette and paste here. --> |
| 27 | + <!-- Alternatively spawn `file bug report` and this field will be autopopulated --> |
| 28 | + <!-- If Zed won't launch, include the equivalent with other relevant details (e.g. video card driver version for display bugs, etc) --> |
| 29 | + <!-- Zed Version: 0.xxx.x; Channel: Stable, OS: macOS xx.xx, RAM: XXGB, Architecture: x86_64" |
33 | 30 | validations:
|
34 | 31 | required: true
|
| 32 | + - type: textarea |
| 33 | + attributes: |
| 34 | + label: If applicable, add screenshots or screencasts of the incorrect state / behavior |
| 35 | + description: Drag images / videos into the text input below |
| 36 | + validations: |
| 37 | + required: false |
| 38 | + - type: textarea |
| 39 | + attributes: |
| 40 | + label: If applicable, attach your Zed.log file to this issue. |
| 41 | + description: | |
| 42 | + macOS: `~/Library/Logs/Zed/Zed.log` |
| 43 | + Linux: `~/.local/share/zed/logs/Zed.log` or $XDG_DATA_HOME |
| 44 | + If you only need the most recent lines, you can run the `zed: open log` command palette action to see the last 1000. |
| 45 | + value: | |
| 46 | + <details><summary>Zed.log</summary> |
| 47 | +
|
| 48 | + <!-- Click below this line and paste or drag-and-drop your log--> |
| 49 | + ``` |
| 50 | +
|
| 51 | + ``` |
| 52 | + <!-- Click above this line and paste or drag-and-drop your log--></details> |
| 53 | + validations: |
| 54 | + required: false |
0 commit comments