diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2025-11-15 15:58:42 -0500 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2025-11-15 15:58:42 -0500 |
| commit | a7f856906f5ab2bbf730f7dab465bbdea5a01391 (patch) | |
| tree | 78fd9d787f387ef879e276cebc614ae4273efaa9 | |
| parent | docs: update configs.md (diff) | |
| download | nvim-lspconfig-a7f856906f5ab2bbf730f7dab465bbdea5a01391.tar nvim-lspconfig-a7f856906f5ab2bbf730f7dab465bbdea5a01391.tar.gz nvim-lspconfig-a7f856906f5ab2bbf730f7dab465bbdea5a01391.tar.bz2 nvim-lspconfig-a7f856906f5ab2bbf730f7dab465bbdea5a01391.tar.lz nvim-lspconfig-a7f856906f5ab2bbf730f7dab465bbdea5a01391.tar.xz nvim-lspconfig-a7f856906f5ab2bbf730f7dab465bbdea5a01391.tar.zst nvim-lspconfig-a7f856906f5ab2bbf730f7dab465bbdea5a01391.zip | |
docs: bug report template
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index dc12ba11..bdb4aeb7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -6,11 +6,12 @@ body: attributes: value: | The configs in this repo are UNSUPPORTED and provided only as a starting point. We depend on users (like you) to troubleshoot issues with their specific LSP setups and [send improvements](https://github.com/neovim/nvim-lspconfig/blob/master/CONTRIBUTING.md). - - If you have a feature request or found a bug in the core Nvim `vim.lsp` module (not this repo), [report it to Nvim](https://github.com/neovim/neovim/issues/new?assignees=&labels=bug%2Clsp&projects=&template=lsp_bug_report.yml). + + * Ask questions on [GitHub Discussions](https://github.com/neovim/neovim/discussions), NOT the issue tracker. + * Report feature requests or bugs in the core Nvim `vim.lsp` module [to Nvim core](https://github.com/neovim/neovim/issues/new?assignees=&labels=bug%2Clsp&projects=&template=lsp_bug_report.yml), NOT this repo. - type: textarea attributes: label: "Description" - description: "A short description of the problem you are reporting." + description: "Describe the problem. ALWAYS mention your exact Nvim version and show how you defined/enabled the LSP config." validations: required: true |
