summaryrefslogtreecommitdiff
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-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 f78a1ed5..2c4fca07 100644
--- a/.github/ISSUE_TEMPLATE/general-issue-form.yaml
+++ b/.github/ISSUE_TEMPLATE/general-issue-form.yaml
@@ -34,10 +34,10 @@ body:
- type: input
id: nvim-version
attributes:
- label: Neovim version (>= 0.8.0)
+ label: Neovim version (>= 0.9.0)
description: "Output of `nvim --version`"
placeholder: |
- NVIM v0.8.0-dev+199-g2875d45e7
+ NVIM v0.9.0-dev-983+g6dfabd014
validations:
required: true
- type: input
diff --git a/.github/ISSUE_TEMPLATE/lsp-issue-form.yaml b/.github/ISSUE_TEMPLATE/lsp-issue-form.yaml
index 06590ed8..88d4a180 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.8.0)
+ label: Neovim version (>= 0.9.0)
description: "Output of `nvim --version`"
placeholder: |
- NVIM v0.8.0-dev+199-g2875d45e7
+ NVIM v0.9.0-dev-983+g6dfabd014
validations:
required: true
- type: input