aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHirokazu Hata <h.hata.ai.t@gmail.com>2020-06-11 09:42:35 +0900
committerGitHub <noreply@github.com>2020-06-11 09:42:35 +0900
commite78658348d2b14f2366b9baf2f7ceed19184dbb6 (patch)
treebad523adcb8d106ea30b2940d86ddd14bb3e0e9c
parentbb946fb475045ddd0b2aa0fce5f1e4ad12fd8f2a (diff)
parentd7f2318ada991386cafafc99118c7e8229a786ea (diff)
downloadrneovim-e78658348d2b14f2366b9baf2f7ceed19184dbb6.tar.gz
rneovim-e78658348d2b14f2366b9baf2f7ceed19184dbb6.tar.bz2
rneovim-e78658348d2b14f2366b9baf2f7ceed19184dbb6.zip
Merge pull request #12467 from h-michael/issue-template
issue template: fix label syntax for lsp bug report
-rw-r--r--.github/ISSUE_TEMPLATE/lsp_bug_report.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/lsp_bug_report.md b/.github/ISSUE_TEMPLATE/lsp_bug_report.md
index 5b0ffdc1bf..0e5155c7ac 100644
--- a/.github/ISSUE_TEMPLATE/lsp_bug_report.md
+++ b/.github/ISSUE_TEMPLATE/lsp_bug_report.md
@@ -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. -->