diff options
author | kylo252 <[email protected]> | 2022-01-24 13:02:19 +0100 |
---|---|---|
committer | kylo252 <[email protected]> | 2022-01-24 13:02:19 +0100 |
commit | 0cdf7e2e5ddd30fa677fd422ea1052110b42b27d (patch) | |
tree | d96d137fdfac2c65947fa037e4634362e1456039 /.github | |
parent | 440324996c37591be74344b17f8450662dac4759 (diff) | |
parent | 25e8b2234915f7862d1c6fcd9477b0c1b1ea1bf4 (diff) |
Merge branch 'rolling'
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/general-issue-form.yaml | 4 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/lsp-issue-form.yaml | 4 |
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: |