mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 01:40:02 -04:00
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
This commit is contained in:
parent
27d7a0ffff
commit
3e8b5a30e2
1 changed files with 8 additions and 3 deletions
11
.github/ISSUE_TEMPLATE/bug_report.md
vendored
11
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
|
@ -20,10 +20,15 @@ Steps to reproduce the behavior:
|
||||||
**Expected behavior**
|
**Expected behavior**
|
||||||
A clear and concise description of what you expected to happen.
|
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
|
Paste the output here
|
||||||
```
|
|
||||||
|
</code>
|
||||||
|
</details>
|
||||||
|
|
||||||
**Output of `nvim --version`**
|
**Output of `nvim --version`**
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue