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
+
- label: I have searched the existing issues of plugins related to this issue
20
+
required: true
21
+
- type: input
22
+
attributes:
23
+
label: "Neovim version (nvim -v)"
24
+
placeholder: "0.8.0 commit db1b0ee3b30f"
25
+
validations:
26
+
required: true
27
+
- type: input
28
+
attributes:
29
+
label: "Operating system/version"
30
+
placeholder: "MacOS 11.5"
31
+
validations:
32
+
required: true
33
+
- type: textarea
34
+
attributes:
35
+
label: Describe the bug
36
+
description: A clear and concise description of what the bug is. Please include any related errors you see in Neovim.
37
+
validations:
38
+
required: true
39
+
- type: textarea
40
+
attributes:
41
+
label: Steps To Reproduce
42
+
description: Steps to reproduce the behavior.
43
+
placeholder: |
44
+
1.
45
+
2.
46
+
3.
47
+
validations:
48
+
required: true
49
+
- type: textarea
50
+
attributes:
51
+
label: Expected Behavior
52
+
description: A concise description of what you expected to happen.
0 commit comments