summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2022-01-24 13:01:57 +0100
committerGitHub <[email protected]>2022-01-24 13:01:57 +0100
commit25e8b2234915f7862d1c6fcd9477b0c1b1ea1bf4 (patch)
tree5ac77ef736154679c163d86f339c73a11aa856ba /.github
parent6cd282ac525e83a641c2c57a08be6789b75e547d (diff)
chore(installer): require neovim 0.6.1+ (#2211)
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/general-issue-form.yaml4
-rw-r--r--.github/ISSUE_TEMPLATE/lsp-issue-form.yaml4
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/general-issue-form.yaml b/.github/ISSUE_TEMPLATE/general-issue-form.yaml
index 56fbc1dc..fed53efe 100644
--- a/.github/ISSUE_TEMPLATE/general-issue-form.yaml
+++ b/.github/ISSUE_TEMPLATE/general-issue-form.yaml
@@ -33,10 +33,10 @@ body:
- type: input
id: nvim-version
attributes:
- label: Neovim version (>= 0.6)
+ label: Neovim version (>= 0.6.1)
description: "Output of `nvim --version`"
placeholder: |
- NVIM v0.6.0-dev+209-g0603eba6e
+ NVIM v0.7-dev+209-g0603eba6e
Build type: Release
LuaJIT 2.1.0-beta3
validations:
diff --git a/.github/ISSUE_TEMPLATE/lsp-issue-form.yaml b/.github/ISSUE_TEMPLATE/lsp-issue-form.yaml
index c0743651..6c6d3235 100644
--- a/.github/ISSUE_TEMPLATE/lsp-issue-form.yaml
+++ b/.github/ISSUE_TEMPLATE/lsp-issue-form.yaml
@@ -27,10 +27,10 @@ body:
- type: input
id: nvim-version
attributes:
- label: Neovim version (>= 0.6)
+ label: Neovim version (>= 0.6.1)
description: "Output of `nvim --version`"
placeholder: |
- NVIM v0.6.0-dev+209-g0603eba6e
+ NVIM v0.7-dev+209-g0603eba6e
Build type: Release
LuaJIT 2.1.0-beta3
validations: