diff options
| author | William Boman <william@redwill.se> | 2022-05-13 19:47:09 +0200 |
|---|---|---|
| committer | William Boman <william@redwill.se> | 2022-05-13 19:47:09 +0200 |
| commit | 6fd8b9217244c30d8dce397b93fca490a6070436 (patch) | |
| tree | 2b210a1d688e2fe3cd262929aa9d2ba33ce565d1 /.github | |
| parent | fix(github): fix bad boolean logic (diff) | |
| download | mason-6fd8b9217244c30d8dce397b93fca490a6070436.tar mason-6fd8b9217244c30d8dce397b93fca490a6070436.tar.gz mason-6fd8b9217244c30d8dce397b93fca490a6070436.tar.bz2 mason-6fd8b9217244c30d8dce397b93fca490a6070436.tar.lz mason-6fd8b9217244c30d8dce397b93fca490a6070436.tar.xz mason-6fd8b9217244c30d8dce397b93fca490a6070436.tar.zst mason-6fd8b9217244c30d8dce397b93fca490a6070436.zip | |
chore(issue_template): update neovim version placeholder
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/general_issue.yaml | 4 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/server_installation_form.yaml | 4 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/server_issue.yaml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/.github/ISSUE_TEMPLATE/general_issue.yaml b/.github/ISSUE_TEMPLATE/general_issue.yaml index ef304ec2..90786915 100644 --- a/.github/ISSUE_TEMPLATE/general_issue.yaml +++ b/.github/ISSUE_TEMPLATE/general_issue.yaml @@ -18,10 +18,10 @@ body: - type: textarea attributes: - label: "Neovim version (>= 0.6)" + label: "Neovim version (>= 0.7)" description: "Output of `nvim --version`" placeholder: | - NVIM v0.6.0-dev+209-g0603eba6e + NVIM v0.7.0-dev Build type: Release LuaJIT 2.1.0-beta3 validations: diff --git a/.github/ISSUE_TEMPLATE/server_installation_form.yaml b/.github/ISSUE_TEMPLATE/server_installation_form.yaml index e38a86fd..94ca74bc 100644 --- a/.github/ISSUE_TEMPLATE/server_installation_form.yaml +++ b/.github/ISSUE_TEMPLATE/server_installation_form.yaml @@ -20,10 +20,10 @@ body: - type: textarea attributes: - label: "Neovim version (>= 0.6)" + label: "Neovim version (>= 0.7)" description: "Output of `nvim --version`" placeholder: | - NVIM v0.6.0-dev+209-g0603eba6e + NVIM v0.7.0-dev Build type: Release LuaJIT 2.1.0-beta3 validations: diff --git a/.github/ISSUE_TEMPLATE/server_issue.yaml b/.github/ISSUE_TEMPLATE/server_issue.yaml index a8e25625..d9e4f0af 100644 --- a/.github/ISSUE_TEMPLATE/server_issue.yaml +++ b/.github/ISSUE_TEMPLATE/server_issue.yaml @@ -27,10 +27,10 @@ body: - type: textarea attributes: - label: "Neovim version (>= 0.6)" + label: "Neovim version (>= 0.7)" description: "Output of `nvim --version`" placeholder: | - NVIM v0.6.0-dev+209-g0603eba6e + NVIM v0.7.0-dev Build type: Release LuaJIT 2.1.0-beta3 validations: |
