diff options
| author | William Boman <william@redwill.se> | 2022-01-14 00:58:38 +0100 |
|---|---|---|
| committer | William Boman <william@redwill.se> | 2022-01-14 00:58:38 +0100 |
| commit | 62f353e4cc12fbaa12ab4534a23e755bb307c2e5 (patch) | |
| tree | fe04dcf8efee3b1cecd0dc6d0cc3f481d76a8deb /.github | |
| parent | more fixes in issue templates (diff) | |
| download | mason-62f353e4cc12fbaa12ab4534a23e755bb307c2e5.tar mason-62f353e4cc12fbaa12ab4534a23e755bb307c2e5.tar.gz mason-62f353e4cc12fbaa12ab4534a23e755bb307c2e5.tar.bz2 mason-62f353e4cc12fbaa12ab4534a23e755bb307c2e5.tar.lz mason-62f353e4cc12fbaa12ab4534a23e755bb307c2e5.tar.xz mason-62f353e4cc12fbaa12ab4534a23e755bb307c2e5.tar.zst mason-62f353e4cc12fbaa12ab4534a23e755bb307c2e5.zip | |
more issue template improvements
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/general_issue.yaml | 5 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/new_server_request.yaml | 3 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/server_installation_form.yaml | 6 |
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 |
