Skip to content

Commit

Permalink
chore: add minimal reproduction instruction (yetone#564)
Browse files Browse the repository at this point in the history
Thanks from lazy.nvim
  • Loading branch information
aarnphm authored Sep 11, 2024
1 parent 7532e59 commit bcd73a8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bcd73a8

Please sign in to comment.