diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2021-08-29 05:57:48 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-29 08:57:48 -0400 |
| commit | 0eccc1a0ebf909aecfa1ac238d940061162ae84f (patch) | |
| tree | 290cdbf9689bff31d1c0ee615da0d584a04a4f6e /.github | |
| parent | [docgen] Update CONFIG.md (diff) | |
| download | nvim-lspconfig-0eccc1a0ebf909aecfa1ac238d940061162ae84f.tar nvim-lspconfig-0eccc1a0ebf909aecfa1ac238d940061162ae84f.tar.gz nvim-lspconfig-0eccc1a0ebf909aecfa1ac238d940061162ae84f.tar.bz2 nvim-lspconfig-0eccc1a0ebf909aecfa1ac238d940061162ae84f.tar.lz nvim-lspconfig-0eccc1a0ebf909aecfa1ac238d940061162ae84f.tar.xz nvim-lspconfig-0eccc1a0ebf909aecfa1ac238d940061162ae84f.tar.zst nvim-lspconfig-0eccc1a0ebf909aecfa1ac238d940061162ae84f.zip | |
docs: issue template formatting (#1202)
The <details> element is very sensitive, code blocks will not render if there is not a newline after <summary>.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 10 |
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> |
