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
**Before** reporting an issue, make sure to read the documentation and search existing issues. Usage questions such as ***"How do I...?"*** belong in Discussions and will be closed.
10
+
- type: checkboxes
11
+
attributes:
12
+
label: Did you check docs and existing issues?
13
+
description: Make sure you checked all of the below before submitting an issue
14
+
options:
15
+
- label: I have read all the plugin docs
16
+
required: true
17
+
- label: I have searched the existing issues
18
+
required: true
19
+
- type: input
20
+
attributes:
21
+
label: "Plugin version"
22
+
placeholder: "0.4.0"
23
+
validations:
24
+
required: true
25
+
- type: input
26
+
attributes:
27
+
label: "ESLint version"
28
+
placeholder: "9.0.0"
29
+
validations:
30
+
required: true
31
+
- type: textarea
32
+
attributes:
33
+
label: Describe the bug
34
+
description: A clear and concise description of what the bug is. Please include any related errors you see in Neovim.
35
+
validations:
36
+
required: true
37
+
- type: textarea
38
+
attributes:
39
+
label: Steps To Reproduce
40
+
description: Steps to reproduce the behavior.
41
+
placeholder: |
42
+
1.
43
+
2.
44
+
3.
45
+
validations:
46
+
required: true
47
+
- type: textarea
48
+
attributes:
49
+
label: Expected Behavior
50
+
description: A concise description of what you expected to happen.
0 commit comments