Skip to content

Commit e079f9c

Browse files
authored
Update issue templates: Bug report, FR, Question
1 parent d667662 commit e079f9c

File tree

3 files changed

+52
-0
lines changed

3 files changed

+52
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
[A clear and concise description of what the bug is.]
12+
13+
**To Reproduce**
14+
Minimal vimrc:
15+
[If relevant, please provide a minimal vimrc needed to reproduce the issue. You can create a Gist and post it here (example: https://gist.github.com/dbarnett/c129895ce8b783f7559ed7156516c739).]
16+
17+
Steps to reproduce the behavior:
18+
[
19+
1. Go to '...'
20+
2. Click on '....'
21+
3. Scroll down to '....'
22+
4. See error
23+
]
24+
25+
**Expected behavior**
26+
[A clear and concise description of what you expected to happen.]
27+
28+
**OS (version)**
29+
[What is your OS & version, if the problem might depend on platform?]
30+
31+
**Additional context**
32+
[Add any other context about the problem here.]
+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+

.github/ISSUE_TEMPLATE/question.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Question
3+
about: Ask a general question
4+
title: ''
5+
labels: question
6+
assignees: ''
7+
8+
---
9+
10+

0 commit comments

Comments
 (0)