2_bug_report.yml

 1name: Bug Report
 2description: "Tip: open this issue template from within Zed with the `file bug report` command palette action"
 3labels: ["admin read", "triage", "defect"]
 4body:
 5  - type: checkboxes
 6    attributes:
 7      label: Check for existing issues
 8      description: Check the backlog of issues to reduce the chances of creating duplicates; if an issue already exists, place a `+1` (👍) on it.
 9      options:
10        - label: Completed
11          required: true
12  - type: textarea
13    attributes:
14      label: Describe the bug / provide steps to reproduce it
15      description: A clear and concise description of what the bug is.
16    validations:
17      required: true
18  - type: textarea
19    id: environment
20    attributes:
21      label: Environment
22      description: Run the `copy system specs into clipboard` command palette action and paste the output in the field below.
23    validations:
24      required: true
25  - type: textarea
26    attributes:
27      label: If applicable, add mockups / screenshots to help explain present your vision of the feature
28      description: Drag issues into the text input below
29    validations:
30      required: false
31  - type: textarea
32    attributes:
33      label: |
34        If applicable, attach your `~/Library/Logs/Zed/Zed.log` file to this issue.
35        If you only need the most recent lines, you can run the `zed: open log` command palette action to see the last 1000.
36      description: Drag Zed.log into the text input below
37    validations:
38      required: false