diff options
| author | William Boman <william@redwill.se> | 2022-04-19 13:22:05 +0200 |
|---|---|---|
| committer | William Boman <william@redwill.se> | 2022-04-19 13:22:05 +0200 |
| commit | cc31b664aa6e93b85d259f4227f712bdb8fd8f86 (patch) | |
| tree | 3c1620ba109213d472a6b39c9cb752fb44776682 | |
| parent | Keep user library paths when starting R language server (#611) (diff) | |
| download | mason-cc31b664aa6e93b85d259f4227f712bdb8fd8f86.tar mason-cc31b664aa6e93b85d259f4227f712bdb8fd8f86.tar.gz mason-cc31b664aa6e93b85d259f4227f712bdb8fd8f86.tar.bz2 mason-cc31b664aa6e93b85d259f4227f712bdb8fd8f86.tar.lz mason-cc31b664aa6e93b85d259f4227f712bdb8fd8f86.tar.xz mason-cc31b664aa6e93b85d259f4227f712bdb8fd8f86.tar.zst mason-cc31b664aa6e93b85d259f4227f712bdb8fd8f86.zip | |
update issue template
| -rw-r--r-- | .github/ISSUE_TEMPLATE/server_issue.yaml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/server_issue.yaml b/.github/ISSUE_TEMPLATE/server_issue.yaml index 29c720d2..a8e25625 100644 --- a/.github/ISSUE_TEMPLATE/server_issue.yaml +++ b/.github/ISSUE_TEMPLATE/server_issue.yaml @@ -14,7 +14,14 @@ body: - type: textarea attributes: label: Problem description - description: A clear and concise description of what the issue is and why you think it's an issue with nvim-lsp-installer. + description: A clear and concise description of what the issue is. + validations: + required: true + + - type: textarea + attributes: + label: Why do you think this is an issue with nvim-lsp-installer? + description: A short explanation of why you think it's an issue with nvim-lsp-installer. validations: required: true |
