diff options
| -rw-r--r-- | .github/ISSUE_TEMPLATE/general_issue.yaml | 2 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/new_server_request.yaml | 4 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/server_installation_form.yaml | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/general_issue.yaml b/.github/ISSUE_TEMPLATE/general_issue.yaml index 4d5c52dd..1c56937f 100644 --- a/.github/ISSUE_TEMPLATE/general_issue.yaml +++ b/.github/ISSUE_TEMPLATE/general_issue.yaml @@ -29,7 +29,7 @@ body: - type: input attributes: - label: Operating system/version (`$ uname -a` on Linux) + label: "Operating system/version (`$ uname -a` on Linux)" validations: required: true diff --git a/.github/ISSUE_TEMPLATE/new_server_request.yaml b/.github/ISSUE_TEMPLATE/new_server_request.yaml index 41cf5fdd..9b6a05ac 100644 --- a/.github/ISSUE_TEMPLATE/new_server_request.yaml +++ b/.github/ISSUE_TEMPLATE/new_server_request.yaml @@ -31,8 +31,8 @@ body: attributes: label: Is this server added in [lspconfig](https://github.com/neovim/nvim-lspconfig)? options: - - label: Yes - - label: No + - label: "Yes" + - label: "No" - type: textarea attributes: diff --git a/.github/ISSUE_TEMPLATE/server_installation_form.yaml b/.github/ISSUE_TEMPLATE/server_installation_form.yaml index 85afe6b3..fd5927f0 100644 --- a/.github/ISSUE_TEMPLATE/server_installation_form.yaml +++ b/.github/ISSUE_TEMPLATE/server_installation_form.yaml @@ -31,7 +31,7 @@ body: - type: input attributes: - label: Operating system/version (`$ uname -a` on Linux) + label: "Operating system/version (`$ uname -a` on Linux)" validations: required: true |
