Skip to content

Commit c863e98

Browse files
restrayTimothée Belhomme
authored and
Timothée Belhomme
committed
minor modifications on the issue template (nvim-lua#244)
* use real markdown headers for section titles * add a newline after the initial comment for readability * make hint indications comments
1 parent 68a5c7f commit c863e98

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,21 @@ assignees: ''
88
---
99

1010
<!-- Any bug report not following this template will be immediately closed. Thanks -->
11-
**Describe the bug**
12-
A clear and concise description of what the bug is.
1311

14-
**To Reproduce**
15-
Steps to reproduce the behavior:
12+
## Describe the bug
13+
<!-- A clear and concise description of what the bug is. -->
14+
15+
## To Reproduce
16+
<!-- Steps to reproduce the behavior. -->
1617
1. ...
1718

18-
**Desktop (please complete the following information):**
19+
## Desktop
20+
<!-- please complete the following information. -->
1921
- OS:
2022
- Terminal:
2123

22-
** Neovim Version **
23-
- Output of running `:version` from inside of neovim:
24+
## Neovim Version
25+
<!-- Output of running `:version` from inside of neovim. -->
2426

2527
```
2628
```

0 commit comments

Comments
 (0)