1_bug_report.yml

 1name: Bug Report
 2description: |
 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.
 5labels: ["admin read", "triage", "bug"]
 6body:
 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
14  - type: textarea
15    attributes:
16      label: Describe the bug / provide steps to reproduce it
17      description: A clear and concise description of what the bug is.
18    validations:
19      required: true
20  - type: textarea
21    id: environment
22    attributes:
23      label: Environment
24      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.
25    validations:
26      required: true
27  - type: textarea
28    attributes:
29      label: If applicable, add mockups / screenshots to help explain present your vision of the feature
30      description: Drag issues into the text input below
31    validations:
32      required: false
33  - type: textarea
34    attributes:
35      label: If applicable, attach your Zed.log file to this issue.
36      description: |
37        macOS: `~/Library/Logs/Zed/Zed.log`
38        Linux: `~/.local/share/zed/logs/Zed.log` or $XDG_DATA_HOME
39        If you only need the most recent lines, you can run the `zed: open log` command palette action to see the last 1000.
40      value: |
41        <details><summary>Zed.log</summary>
42
43        <!-- Click below this line and paste or drag-and-drop your log-->
44        ```
45
46        ```
47        <!-- Click above this line and paste or drag-and-drop your log--></details>
48    validations:
49      required: false