From dcb447dafd8b86b72f145d4e5f00541b6f88c551 Mon Sep 17 00:00:00 2001 From: Michael Lingelbach Date: Mon, 5 Apr 2021 14:47:59 -0700 Subject: [PATCH] issue template: add reference to discourse and minimal config in lsp issue template --- .github/ISSUE_TEMPLATE/lsp_bug_report.md | 18 +++++++++++++++--- 1 file 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 --- - + - `nvim --version`: - language server name/version: @@ -34,10 +39,17 @@ You can find the location of the log with the following command. -### Steps to reproduce using `nvim -u NORC` +### Steps to reproduce using nvim -u minimal_init.lua + + ``` -nvim -u NORC +nvim -u minimal_init.lua ``` ### Actual behaviour