aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Lingelbach <m.j.lbach@gmail.com>2021-04-06 11:22:04 -0700
committerGitHub <noreply@github.com>2021-04-06 11:22:04 -0700
commitb518b9076f59f3e24e4afb5fb9468b1d5212b1b5 (patch)
treec3cc1a189969c0cb9ffc12d9892d67a35ae7d248
parent370469be250de546df1a674d6d5cd41283bb6b3c (diff)
parentdcb447dafd8b86b72f145d4e5f00541b6f88c551 (diff)
downloadrneovim-b518b9076f59f3e24e4afb5fb9468b1d5212b1b5.tar.gz
rneovim-b518b9076f59f3e24e4afb5fb9468b1d5212b1b5.tar.bz2
rneovim-b518b9076f59f3e24e4afb5fb9468b1d5212b1b5.zip
Merge pull request #14299 from mjlbach/issue_template_improvements
issue template: add reference to discourse and minimal config in lsp issue template
-rw-r--r--.github/ISSUE_TEMPLATE/lsp_bug_report.md18
1 files changed, 15 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/lsp_bug_report.md b/.github/ISSUE_TEMPLATE/lsp_bug_report.md
index 660fbc3eed..d2488a14e8 100644
--- a/.github/ISSUE_TEMPLATE/lsp_bug_report.md
+++ b/.github/ISSUE_TEMPLATE/lsp_bug_report.md
@@ -6,7 +6,12 @@ labels: bug, lsp
---
-<!-- Before reporting: search existing issues and check the FAQ. -->
+<!--
+Before reporting: search existing issues and check the FAQ. Usage questions
+such as "How do I...?" or "Why isn't X language server/feature working?" belong
+on the [Neovim Discourse](https://neovim.discourse.group/c/7-category/7) and will
+be closed.
+-->
- `nvim --version`:
- language server name/version:
@@ -34,10 +39,17 @@ You can find the location of the log with the following command.
</details>
-### Steps to reproduce using `nvim -u NORC`
+### Steps to reproduce using nvim -u minimal_init.lua
+<!--
+ Note, if the issue is with an autocompletion or other LSP plugin, please
+ report to the upstream tracker. Download the minmal config with
+ wget https://raw.githubusercontent.com/neovim/nvim-lspconfig/master/test/minimal_init.lua
+ and modify it to include any specific commands or servers pertaining to your issues.
+-->
+
```
-nvim -u NORC
+nvim -u minimal_init.lua
```
### Actual behaviour