File tree Expand file tree Collapse file tree 1 file changed +12
-8
lines changed
Expand file tree Collapse file tree 1 file changed +12
-8
lines changed Original file line number Diff line number Diff line change 1212 required : true
1313 - label : I am using the latest version of the plugin
1414 required : true
15+ - label : I can reproduce the bug with minimal config below
16+ required : false
1517
1618 - type : input
1719 attributes :
@@ -50,13 +52,10 @@ body:
5052
5153 - type : textarea
5254 attributes :
53- label : " Other information"
54- description : " Other information that could be helpful with debugging."
55-
56- - type : textarea
57- attributes :
58- label : Repro (`lazy.nvim`)
59- description : Minimal `init.lua` using `lazy.nvim` to reproduce this issue. Save as `repro.lua` and run with `nvim -u repro.lua`
55+ label : Minimal config for repro (using `lazy.nvim`)
56+ description : |
57+ Minimal `init.lua` using `lazy.nvim` to reproduce this issue.
58+ Save as `repro.lua` and run with `nvim -u repro.lua`.
6059 render : lua
6160 value : |
6261 vim.env.LAZY_STDPATH = ".repro"
7978 },
8079 })
8180 validations :
82- required : false
81+ required : true
82+
83+ - type : textarea
84+ attributes :
85+ label : " Other information"
86+ description : " Other information that could be helpful with debugging."
You can’t perform that action at this time.
0 commit comments