Skip to content

Commit 16b462e

Browse files
authored
Migrate issue template to an issue form (#117)
1 parent c31d75f commit 16b462e

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Bug report
2+
description: Report an issue that you've encountered
3+
labels: bug
4+
body:
5+
- id: description
6+
type: markdown
7+
attributes:
8+
label: "Description"
9+
description: "What problem are you seeing? How can you recreate it?"
10+
- id: version
11+
type: textarea
12+
attributes:
13+
label: "Vim Version"
14+
description: "The output of `vim --version` or `nvim --version`:"
15+
render: shell
16+
validations:
17+
required: true

0 commit comments

Comments
 (0)