diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2020-07-06 19:57:58 +0200 |
|---|---|---|
| committer | Thomas Vigouroux <39092278+vigoux@users.noreply.github.com> | 2020-07-06 21:23:57 +0200 |
| commit | 3e8b5a30e2640d47ce07e7b32af07b1e4f5e6e33 (patch) | |
| tree | c5fb4e0f4dd71bfba4dfec29ea89522908ee8ae1 /.github/ISSUE_TEMPLATE | |
| parent | Add style-check script (diff) | |
| download | nvim-treesitter-3e8b5a30e2640d47ce07e7b32af07b1e4f5e6e33.tar nvim-treesitter-3e8b5a30e2640d47ce07e7b32af07b1e4f5e6e33.tar.gz nvim-treesitter-3e8b5a30e2640d47ce07e7b32af07b1e4f5e6e33.tar.bz2 nvim-treesitter-3e8b5a30e2640d47ce07e7b32af07b1e4f5e6e33.tar.lz nvim-treesitter-3e8b5a30e2640d47ce07e7b32af07b1e4f5e6e33.tar.xz nvim-treesitter-3e8b5a30e2640d47ce07e7b32af07b1e4f5e6e33.tar.zst nvim-treesitter-3e8b5a30e2640d47ce07e7b32af07b1e4f5e6e33.zip | |
Use <details> for checkhealth output in bug report template
The output of checkhealth can be quite lengthy.
Plus fix position of *** to make text render bold
Diffstat (limited to '.github/ISSUE_TEMPLATE')
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.md | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 06596fe11..8290ee650 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -20,10 +20,15 @@ Steps to reproduce the behavior: **Expected behavior** A clear and concise description of what you expected to happen. -**Output of `:checkhealth nvim_treesitter` *** -``` +**Output of `:checkhealth nvim_treesitter`** + +<details> +<code> + Paste the output here -``` + +</code> +</details> **Output of `nvim --version`** ``` |
