0_feature_request.yml

 1name: Feature Request
 2description: "Tip: open this issue template from within Zed with the `request feature` command palette action"
 3labels: ["admin read", "triage", "enhancement"]
 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 feature
15      description: A clear and concise description of what you want to happen.
16    validations:
17      required: true
18  - type: textarea
19    id: environment
20    attributes:
21      label: Zed Version and System Specs
22      description: Zed version, release channel, architecture (x86_64 or aarch64), OS (macOS version / Linux distro and version) and RAM amount.
23      placeholder: |
24        <!-- In Zed run `copy system specs into clipboard` from the Zed command palette and paste here. -->
25        <!-- Alternatively spawn `request feature` and this field will be autopopulated -->
26    validations:
27      required: true
28  - type: textarea
29    attributes:
30      label: |
31        If applicable, add mockups / screenshots to help present your vision of the feature
32      description: Drag images into the text input below
33    validations:
34      required: false