You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ body:
6
6
- type: input
7
7
attributes:
8
8
label: Neovim version (nvim -v)
9
-
placeholder: 0.10.0
9
+
placeholder: 0.11.0
10
10
validations:
11
11
required: true
12
12
- type: input
@@ -66,6 +66,8 @@ body:
66
66
options:
67
67
- label: I have updated this plugin to the latest version using my plugin manager
68
68
required: true
69
+
- label: I have updated all treesitter parsers (:TSUpdate)
70
+
required: true
69
71
- label: I have provided the text contained in all screenshots as raw text in this issue. This means if there is a screenshot below it is the copy pasted contents of the file in the screenshot. I understand that my issue will be closed if I have not.
0 commit comments