Merge pull request #12467 from h-michael/issue-template

issue template: fix label syntax for lsp bug report
This commit is contained in:
Hirokazu Hata
2020-06-11 09:42:35 +09:00
committed by GitHub

View File

@@ -2,9 +2,8 @@
name: Language server client bug report name: Language server client bug report
about: Report a built-in lsp problem in Nvim about: Report a built-in lsp problem in Nvim
title: '' title: ''
labels: labels: bug, lsp
- bug
- lsp
--- ---
<!-- Before reporting: search existing issues and check the FAQ. --> <!-- Before reporting: search existing issues and check the FAQ. -->
@@ -14,7 +13,7 @@ labels:
- Operating system/version: - Operating system/version:
<details> <details>
<summary>`nvim -c ":checkhealth nvim nvim_lsp"`</summary> <summary>nvim -c ":checkhealth nvim nvim_lsp"</summary>
<!-- Paste the results from `nvim -c ":checkhealth nvim nvim_lsp"` here. --> <!-- Paste the results from `nvim -c ":checkhealth nvim nvim_lsp"` here. -->