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
+22-7
Original file line number
Diff line number
Diff line change
@@ -7,15 +7,19 @@ body:
7
7
attributes:
8
8
label: FAQ
9
9
options:
10
-
- label: I have checked the [FAQ](https://github.com/jose-elias-alvarez/null-ls.nvim#faq) and it didn't resolve my problem.
10
+
- label:
11
+
I have checked the [FAQ](https://github.com/jose-elias-alvarez/null-ls.nvim#faq) and it didn't resolve my
12
+
problem.
11
13
required: true
12
14
13
15
- type: checkboxes
14
16
id: issue-prerequisite
15
17
attributes:
16
18
label: Issues
17
19
options:
18
-
- label: I have checked [existing issues](https://github.com/jose-elias-alvarez/null-ls.nvim/issues?q=is%3Aissue) and there are no issues with the same problem.
20
+
- label:
21
+
I have checked [existing issues](https://github.com/jose-elias-alvarez/null-ls.nvim/issues?q=is%3Aissue) and
22
+
there are no issues with the same problem.
19
23
required: true
20
24
21
25
- type: input
@@ -35,14 +39,19 @@ body:
35
39
- type: textarea
36
40
attributes:
37
41
label: "Minimal config"
38
-
description: "Download the minimal config using `curl -fLO https://raw.githubusercontent.com/jose-elias-alvarez/null-ls.nvim/main/scripts/minimal_init.lua`. Edit it to include the configuration necessary to reproduce your bug and paste it here. Do not use your personal null-ls config!"
42
+
description: "Download the minimal config using `curl -fLO
43
+
https://raw.githubusercontent.com/jose-elias-alvarez/null-ls.nvim/main/scripts/minimal_init.lua`. Edit it to
44
+
include the configuration necessary to reproduce your bug and paste it here. Do not use your personal null-ls
45
+
config!"
39
46
validations:
40
47
required: true
41
48
42
49
- type: textarea
43
50
attributes:
44
51
label: "Steps to reproduce"
45
-
description: "Full reproduction steps, starting with `nvim --clean -u minimal_init.lua`. Include a sample file if your issue relates to a specific filetype."
52
+
description:
53
+
"Full reproduction steps, starting with `nvim --clean -u minimal_init.lua`. Include a sample file if your issue
54
+
relates to a specific filetype."
46
55
validations:
47
56
required: true
48
57
@@ -63,7 +72,9 @@ body:
63
72
- type: textarea
64
73
attributes:
65
74
label: "Debug log"
66
-
description: "Debug log output from `:NullLsLog`, limited to the output from following your reproduction steps. Include this even if you think it's irrelevant."
75
+
description:
76
+
"Debug log output from `:NullLsLog`, limited to the output from following your reproduction steps. Include this
77
+
even if you think it's irrelevant."
67
78
validations:
68
79
required: true
69
80
@@ -82,7 +93,9 @@ body:
82
93
- type: textarea
83
94
attributes:
84
95
label: "Implementation help"
85
-
description: "If you selected yes in the last question please specify in detail what you would need help with in order to implement this."
96
+
description:
97
+
"If you selected yes in the last question please specify in detail what you would need help with in order to
98
+
implement this."
86
99
validations:
87
100
required: false
88
101
@@ -91,5 +104,7 @@ body:
91
104
attributes:
92
105
label: Requirements
93
106
options:
94
-
- label: I have read and followed the instructions above and understand that my issue will be closed if I did not provide the required information.
107
+
- label:
108
+
I have read and followed the instructions above and understand that my issue will be closed if I did not
Copy file name to clipboardexpand all lines: .github/ISSUE_TEMPLATE/feature_request.yml
+6-2
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,9 @@ body:
7
7
attributes:
8
8
label: Issues
9
9
options:
10
-
- label: I have checked [existing issues](https://github.com/jose-elias-alvarez/null-ls.nvim/issues) and there are no existing ones with the same request.
10
+
- label:
11
+
I have checked [existing issues](https://github.com/jose-elias-alvarez/null-ls.nvim/issues) and there are no
12
+
existing ones with the same request.
11
13
required: true
12
14
13
15
- type: textarea
@@ -31,6 +33,8 @@ body:
31
33
- type: textarea
32
34
attributes:
33
35
label: "Implementation help"
34
-
description: "If you selected yes in the last question please specify in detail what you would need help with in order to implement this."
36
+
description:
37
+
"If you selected yes in the last question please specify in detail what you would need help with in order to
0 commit comments