diff options
Diffstat (limited to '.github/ISSUE_TEMPLATE/lsp_bug_report.yml')
-rw-r--r-- | .github/ISSUE_TEMPLATE/lsp_bug_report.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/lsp_bug_report.yml b/.github/ISSUE_TEMPLATE/lsp_bug_report.yml index 277fabca5e..a186a1ee98 100644 --- a/.github/ISSUE_TEMPLATE/lsp_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/lsp_bug_report.yml @@ -1,7 +1,8 @@ name: Language server (LSP) client bug description: Report an issue with Nvim LSP title: "LSP: " -labels: [bug, lsp] +type: bug +labels: [lsp] body: - type: markdown |