aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/bug_report.yml
blob: bdb4aeb752e27bb03c780ba64fea002482314174 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: Bug report
description: Report a problem in nvim-lspconfig
labels: [bug]
body:
  - type: markdown
    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).

        * 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: "Describe the problem. ALWAYS mention your exact Nvim version and show how you defined/enabled the LSP config."
    validations:
      required: true