aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/ISSUE_TEMPLATE/general_issue.yaml5
-rw-r--r--.github/ISSUE_TEMPLATE/new_server_request.yaml3
-rw-r--r--.github/ISSUE_TEMPLATE/server_installation_form.yaml6
3 files changed, 9 insertions, 5 deletions
diff --git a/.github/ISSUE_TEMPLATE/general_issue.yaml b/.github/ISSUE_TEMPLATE/general_issue.yaml
index 31996c4d..33a52f97 100644
--- a/.github/ISSUE_TEMPLATE/general_issue.yaml
+++ b/.github/ISSUE_TEMPLATE/general_issue.yaml
@@ -16,7 +16,7 @@ body:
validations:
required: true
- - type: input
+ - type: textarea
attributes:
label: "Neovim version (>= 0.6)"
description: "Output of `nvim --version`"
@@ -29,7 +29,8 @@ body:
- type: input
attributes:
- label: "Operating system/version (`uname -a` on Linux)"
+ label: "Operating system/version"
+ description: "On Linux and Mac systems: `$ uname -a`"
validations:
required: true
diff --git a/.github/ISSUE_TEMPLATE/new_server_request.yaml b/.github/ISSUE_TEMPLATE/new_server_request.yaml
index 60532d20..6e75722c 100644
--- a/.github/ISSUE_TEMPLATE/new_server_request.yaml
+++ b/.github/ISSUE_TEMPLATE/new_server_request.yaml
@@ -29,7 +29,8 @@ body:
- type: checkboxes
attributes:
- label: Is this server added in [lspconfig](https://github.com/neovim/nvim-lspconfig)?
+ label: Is this server added in lspconfig?
+ description: Is there a server configuration for this server in [lspconfig](https://github.com/neovim/nvim-lspconfig)?
options:
- label: "Yes"
- label: "No"
diff --git a/.github/ISSUE_TEMPLATE/server_installation_form.yaml b/.github/ISSUE_TEMPLATE/server_installation_form.yaml
index ee9863ed..c325aca4 100644
--- a/.github/ISSUE_TEMPLATE/server_installation_form.yaml
+++ b/.github/ISSUE_TEMPLATE/server_installation_form.yaml
@@ -18,7 +18,7 @@ body:
validations:
required: true
- - type: input
+ - type: textarea
attributes:
label: "Neovim version (>= 0.6)"
description: "Output of `nvim --version`"
@@ -31,7 +31,8 @@ body:
- type: input
attributes:
- label: "Operating system/version (`uname -a` on Linux)"
+ label: "Operating system/version"
+ description: "On Linux and Mac systems: `$ uname -a`"
validations:
required: true
@@ -65,6 +66,7 @@ body:
- type: textarea
attributes:
label: LspInstallInfo output
+ description: Please provide the installation output available in the `:LspInstallInfo` window, if possible.
placeholder: ":LspInstallInfo"
render: shell