1
1
name : Bug Report
2
- description : Report a problem with null -ls
2
+ description : Report a problem with none -ls
3
3
labels : [bug]
4
4
body :
5
5
- type : checkboxes
8
8
label : FAQ
9
9
options :
10
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
+ I have checked the
12
+ [FAQ](https://github.com/nvimtools/none-ls.nvim#faq) and it didn't
13
+ resolve my problem.
13
14
required : true
14
15
15
16
- type : checkboxes
18
19
label : Issues
19
20
options :
20
21
- 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.
22
+ I have checked [existing
23
+ issues](https://github.com/nvimtools/none-ls.nvim/issues?q=is%3Aissue)
24
+ and there are no issues with the same problem.
23
25
required : true
24
26
25
27
- type : input
@@ -33,46 +35,53 @@ body:
33
35
id : version-check
34
36
attributes :
35
37
label : Dev Version?
36
- description : If your issue is exclusive to a dev version of Neovim, support is provided
37
- on a best-effort basis, and you are encouraged to submit a PR solving your issue.
38
+ description :
39
+ If your issue is exclusive to a dev version of Neovim, support is
40
+ provided on a best-effort basis, and you are encouraged to submit a PR
41
+ solving your issue.
38
42
options :
39
- - label : I am using a stable Neovim release version, or if I am using a dev version
40
- of Neovim I have confirmed that my issue is reproducible on a stable version.
43
+ - label :
44
+ I am using a stable Neovim release version, or if I am using a dev
45
+ version of Neovim I have confirmed that my issue is reproducible on
46
+ a stable version.
41
47
42
48
- type : input
43
49
attributes :
44
50
label : Operating System
45
- description : The operating system and version you are using null -ls on.
51
+ description : The operating system and version you are using none -ls on.
46
52
validations :
47
53
required : true
48
54
49
55
- type : textarea
50
56
attributes :
51
57
label : Minimal Config
52
58
render : Lua
53
- description : Download the minimal config using `curl -fLO
54
- https://raw.githubusercontent.com/jose-elias-alvarez/null-ls.nvim/main/scripts/minimal_init.lua`. Edit it to
55
- include the configuration necessary to reproduce your bug and paste it here. Do **not** use your personal null-ls
56
- config!
59
+ description :
60
+ Download the minimal config using `curl -fLO
61
+ https://raw.githubusercontent.com/nvimtools/none-ls.nvim/main/scripts/minimal_init.lua`.
62
+ Edit it to include the configuration necessary to reproduce your bug and
63
+ paste it here. Do **not** use your personal none-ls config!
57
64
validations :
58
65
required : true
59
66
60
67
- type : textarea
61
68
attributes :
62
69
label : Steps to Reproduce
63
70
description :
64
- Full reproduction steps, starting with `nvim --clean -u minimal_init.lua`. Include a sample file if your issue
65
- relates to a specific filetype.
71
+ Full reproduction steps, starting with `nvim --clean -u
72
+ minimal_init.lua`. Include a sample file if your issue relates to a
73
+ specific filetype.
66
74
validations :
67
75
required : true
68
76
69
77
- type : checkboxes
70
78
attributes :
71
79
label : Reproducibility Check
72
80
options :
73
- - label : I confirm that my minimal config is based on the `minimal_init.lua` template
74
- and that my issue is reproducible by running `nvim --clean -u minimal_init.lua` and
75
- following the steps above.
81
+ - label :
82
+ I confirm that my minimal config is based on the `minimal_init.lua`
83
+ template and that my issue is reproducible by running `nvim --clean
84
+ -u minimal_init.lua` and following the steps above.
76
85
validations :
77
86
required : true
78
87
@@ -94,16 +103,17 @@ body:
94
103
attributes :
95
104
label : Debug Log
96
105
description :
97
- Debug log output from `:NullLsLog`, limited to the output from following your reproduction steps. Include this
98
- even if you think it's irrelevant.
106
+ Debug log output from `:NullLsLog`, limited to the output from following
107
+ your reproduction steps. Include this even if you think it's irrelevant.
99
108
validations :
100
109
required : true
101
110
102
111
- type : dropdown
103
112
id : help
104
113
attributes :
105
114
label : Help
106
- description : Would you be able to resolve this issue by submitting a pull request?
115
+ description :
116
+ Would you be able to resolve this issue by submitting a pull request?
107
117
options :
108
118
- " Yes"
109
119
- " Yes, but I don't know how to start. I would need guidance"
@@ -115,8 +125,8 @@ body:
115
125
attributes :
116
126
label : Implementation Help
117
127
description :
118
- If you selected yes in the last question please specify in detail what you would need help with in order to
119
- implement this.
128
+ If you selected yes in the last question please specify in detail what
129
+ you would need help with in order to implement this.
120
130
validations :
121
131
required : false
122
132
@@ -126,6 +136,7 @@ body:
126
136
label : Requirements
127
137
options :
128
138
- label :
129
- I have read and followed the instructions above and understand that my issue will be closed if I did not
130
- provide the required information.
139
+ I have read and followed the instructions above and understand that
140
+ my issue will be closed if I did not provide the required
141
+ information.
131
142
required : true
0 commit comments