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: 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: |
28        If applicable, add mockups / screenshots to help present your vision of the feature
29      description: Drag images into the text input below
30    validations:
31      required: false