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    attributes:
20      label: |
21        If applicable, add mockups / screenshots to help present your vision of the feature
22      description: Drag images into the text input below
23    validations:
24      required: false