mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
project: update feature request template
- Ask for problem/solution format. - Drop "Vim version" field, it is usually empty and takes up too much space.
This commit is contained in:
parent
936e191fef
commit
63e0e77bd9
13
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
13
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -8,14 +8,17 @@ body:
|
|||||||
value: |
|
value: |
|
||||||
Before requesting: search [existing issues](https://github.com/neovim/neovim/labels/enhancement) and check the [FAQ](https://github.com/neovim/neovim/wiki/FAQ).
|
Before requesting: search [existing issues](https://github.com/neovim/neovim/labels/enhancement) and check the [FAQ](https://github.com/neovim/neovim/wiki/FAQ).
|
||||||
|
|
||||||
- type: input
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: "Feature already in Vim?"
|
label: "Problem"
|
||||||
description: "Does the feature already exist in Vim? If possible, specify which version (or commit) that introduced it."
|
description: "Describe the problem to be solved. Include references to other projects (Vim, Emacs, etc.) if relevant."
|
||||||
placeholder: "Yes, Vim 7.3.432"
|
placeholder: "No smurf icons available. Smurfs are useful because ..."
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: "Feature description"
|
label: "Expected behavior"
|
||||||
|
description: "Describe what the new feature or behavior would look like. How does it solve the problem? Is it worth the cost?"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
Loading…
Reference in New Issue
Block a user