aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMichael Lingelbach <m.j.lbach@gmail.com>2020-12-29 14:47:54 -0800
committerGitHub <noreply@github.com>2020-12-29 14:47:54 -0800
commit7eeac41b8ee3333ebbfb65367aa01edc1b8c16f5 (patch)
treea79c55d38c5170698347aa6d08be711f32a39e60 /.github
parent[docgen] Update README.md (diff)
downloadnvim-lspconfig-7eeac41b8ee3333ebbfb65367aa01edc1b8c16f5.tar
nvim-lspconfig-7eeac41b8ee3333ebbfb65367aa01edc1b8c16f5.tar.gz
nvim-lspconfig-7eeac41b8ee3333ebbfb65367aa01edc1b8c16f5.tar.bz2
nvim-lspconfig-7eeac41b8ee3333ebbfb65367aa01edc1b8c16f5.tar.lz
nvim-lspconfig-7eeac41b8ee3333ebbfb65367aa01edc1b8c16f5.tar.xz
nvim-lspconfig-7eeac41b8ee3333ebbfb65367aa01edc1b8c16f5.tar.zst
nvim-lspconfig-7eeac41b8ee3333ebbfb65367aa01edc1b8c16f5.zip
Update bug report template (#480)
Update bug report template
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index ae21d2fd..3f40d286 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -6,12 +6,15 @@ labels: bug
---
-<!-- Before reporting: search existing issues. -->
+<!-- Before reporting: search existing issues. Note that this repository implements configuration and initialization of language servers. Implementation of the language server spec itself is located in the neovim core repository-->
- `nvim --version`:
- nvim-lsp version(commit hash):
- `:checkhealth` result
- What language server(If the problem is related to a specific language server):
+- Can you reproduce this behavior on other language server clients (vscode, languageclient-neovim, coc.nvim, etc.):
+- Can you reproduce this behavior on other language servers offer by the nvim-lspconfig repo? (pyls -> pyright):
+- Is this problem isolated to this particular language server:
- Operating system/version:
- Terminal name/version:
- `$TERM`:
@@ -21,3 +24,6 @@ labels: bug
### Actual behaviour
### Expected behaviour
+
+### LSP log
+<!-- Please add vim.lsp.set_log_level("debug") to your lua block in init.vim and paste a link to your log file, located at $HOME/.local/share/nvim/lsp.log -->