Skip to content

Commit 6dccf03

Browse files
authored
Update issue templates (nvim-lua#72)
1 parent d37a3a9 commit 6dccf03

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
<!-- 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.
13+
14+
**To Reproduce**
15+
Steps to reproduce the behavior:
16+
1. ...
17+
18+
**Desktop (please complete the following information):**
19+
- OS:
20+
- Terminal:
21+
22+
** Neovim Version **
23+
- Output of running `:version` from inside of neovim:
24+
25+
```
26+
```

0 commit comments

Comments
 (0)