issue template: fix label syntax for lsp bug report

This commit is contained in:
Hirokazu Hata 2020-06-11 08:13:18 +09:00
parent bb946fb475
commit d7f2318ada
No known key found for this signature in database
GPG Key ID: 9AA9860369AE0DE2

View File

@ -2,9 +2,8 @@
name: Language server client bug report
about: Report a built-in lsp problem in Nvim
title: ''
labels:
- bug
- lsp
labels: bug, lsp
---
<!-- Before reporting: search existing issues and check the FAQ. -->
@ -14,7 +13,7 @@ labels:
- Operating system/version:
<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. -->