aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 4eedc12b..68b48a19 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -30,7 +30,10 @@ labels: bug
### Health check
<details>
<summary>Checkhealth result</summary>
-<!-- Run `:checkhealth lspconfig` and paste the result here-->
+
+```
+Run `:checkhealth lspconfig` and paste the result here
+```
</details>
### LSP log
@@ -38,5 +41,8 @@ labels: bug
in init.vim and paste a link to your log file, located at $HOME/.cache/nvim/lsp.log (formerly $HOME/.local/share/nvim/lsp.log) -->
<details>
<summary>Log file</summary>
-<!-- past you log between here -->
+
+```
+paste your log here
+```
</details>