chore: add minimal reproduction instruction (#564)

Thanks from lazy.nvim
This commit is contained in:
Aaron Pham 2024-09-11 00:47:50 -04:00 committed by GitHub
parent 7532e590d2
commit bcd73a8b9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,3 +49,19 @@ body:
platform: ...
validations:
required: true
- type: textarea
attributes:
label: Repro
description: Minimal `init.lua` to reproduce this issue. Save as `repro.lua` and run with `nvim -u repro.lua`
value: |
vim.env.LAZY_STDPATH = ".repro"
load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))()
require("lazy.minit").repro({
spec = {
-- add any other plugins here
},
})
render: lua
validations:
required: false