Format feature request issue template
This commit is contained in:
parent
d4584a10b6
commit
935938a27c
1 changed files with 19 additions and 19 deletions
38
.github/ISSUE_TEMPLATE/0_feature_request.yml
vendored
38
.github/ISSUE_TEMPLATE/0_feature_request.yml
vendored
|
@ -2,23 +2,23 @@ name: Feature Request
|
||||||
description: "Tip: open this issue template from within Zed with the `request feature` command palette action"
|
description: "Tip: open this issue template from within Zed with the `request feature` command palette action"
|
||||||
labels: ["admin read", "triage", "enhancement"]
|
labels: ["admin read", "triage", "enhancement"]
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Check for existing issues
|
label: Check for existing issues
|
||||||
description: Check the backlog of issues to reduce the chances of creating duplicates; if an issue already exists, place a `+1` (👍) on it.
|
description: Check the backlog of issues to reduce the chances of creating duplicates; if an issue already exists, place a `+1` (👍) on it.
|
||||||
options:
|
options:
|
||||||
- label: Completed
|
- label: Completed
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Describe the feature
|
||||||
|
description: A clear and concise description of what you want to happen.
|
||||||
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe the feature
|
label: |
|
||||||
description: A clear and concise description of what you want to happen.
|
If applicable, add mockups / screenshots to help present your vision of the feature
|
||||||
validations:
|
description: Drag images into the text input below
|
||||||
required: true
|
validations:
|
||||||
- type: textarea
|
required: false
|
||||||
attributes:
|
|
||||||
label: |
|
|
||||||
If applicable, add mockups / screenshots to help present your vision of the feature
|
|
||||||
description: Drag images into the text input below
|
|
||||||
validations:
|
|
||||||
required: false
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue