diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2023-01-03 16:30:56 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-03 16:30:56 -0800 |
commit | 63e0e77bd96f2541411725e7c5e219cf556fc7b1 (patch) | |
tree | e82756441723ab286512078e05dff93693fda3b1 | |
parent | 936e191fef9865600af211c29ea4959ffbce81dd (diff) | |
download | rneovim-63e0e77bd96f2541411725e7c5e219cf556fc7b1.tar.gz rneovim-63e0e77bd96f2541411725e7c5e219cf556fc7b1.tar.bz2 rneovim-63e0e77bd96f2541411725e7c5e219cf556fc7b1.zip |
project: update feature request template
- Ask for problem/solution format.
- Drop "Vim version" field, it is usually empty and takes up too much space.
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yml | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 2b6fa3daf4..4b9a443064 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -8,14 +8,17 @@ body: value: | 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: - label: "Feature already in Vim?" - description: "Does the feature already exist in Vim? If possible, specify which version (or commit) that introduced it." - placeholder: "Yes, Vim 7.3.432" + label: "Problem" + description: "Describe the problem to be solved. Include references to other projects (Vim, Emacs, etc.) if relevant." + placeholder: "No smurf icons available. Smurfs are useful because ..." + validations: + required: true - type: textarea 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: required: true |