aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2021-07-25 16:06:19 +0200
committerGitHub <noreply@github.com>2021-07-25 16:06:19 +0200
commit1aef6297b36e05d694771dc30660846b85dce0c9 (patch)
tree3f7e64500f801bcfef9eb6629e06d1b101b4800c
parente5f3abfd1743e1752ef7609262025af56d560cda (diff)
downloadrneovim-1aef6297b36e05d694771dc30660846b85dce0c9.tar.gz
rneovim-1aef6297b36e05d694771dc30660846b85dce0c9.tar.bz2
rneovim-1aef6297b36e05d694771dc30660846b85dce0c9.zip
chore: update feature request template by using Github issue forms. (#15158)
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md27
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.yml20
2 files changed, 20 insertions, 27 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
deleted file mode 100644
index 928cde894c..0000000000
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ /dev/null
@@ -1,27 +0,0 @@
----
-name: Feature request
-about: Request an enhancement for Nvim
-title: ''
-labels: enhancement
-
----
-
-<!-- Before reporting: search existing issues and check the FAQ. -->
-
-- `nvim --version`:
-- `vim -u DEFAULTS` (version: ) behaves differently?
-- Operating system/version:
-- Terminal name/version:
-- `$TERM`:
-
-### Steps to reproduce using `nvim -u NORC`
-
-```
-nvim -u NORC
-
-```
-
-### Actual behaviour
-
-### Expected behaviour
-
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml
new file mode 100644
index 0000000000..a9ed2824cb
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.yml
@@ -0,0 +1,20 @@
+name: Feature request
+description: Request an enhancement for Neovim
+labels: [enhancement]
+body:
+
+ - type: markdown
+ attributes:
+ 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
+ attributes:
+ label: "Feature already in Vim?"
+ description: "Does the feature already exist in Vim? If possible, please specify which version of Vim it was introduced in."
+
+ - type: textarea
+ attributes:
+ label: "Feature description"
+ validations:
+ required: true