We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c31d75f commit 16b462eCopy full SHA for 16b462e
.github/ISSUE_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -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
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