2_crash_report.yml

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