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", "defect"]
 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.
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 `~/Library/Logs/Zed/Zed.log` file to this issue.
36          description: |
37              Drag Zed.log into the text input below.
38              If you only need the most recent lines, you can run the `zed: open log` command palette action to see the last 1000.
39      validations:
40          required: false