Skip to content

Commit

Permalink
chore: update bug report issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoshihou514 authored Dec 12, 2024
1 parent fbcbafd commit 8e12ec8
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,16 @@ body:
git clone https://github.com/nvimdev/guard-collection /tmp
echo "vim.opt.rtp:append('/tmp/guard.nvim')" >> /tmp/repro.lua
echo "vim.opt.rtp:append('/tmp/guard-collection')" >> /tmp/repro.lua
nvim --clean -u /tmp/repro.lua
validations:
required: true
- type: checkboxes
attributes:
- options:
- label: I understand that if my repro step is too complicated (e.g. here is my 1k+ line config and please help me), developers might not be able to help.
required: true
- label: I can confirm that my reproduction step only involves `vim.opt.rtp` and configuration themselves
required: true
- type: textarea
attributes:
label: "Expected behaviour"
Expand All @@ -53,16 +61,3 @@ body:
label: "Actual behaviour"
validations:
required: true
- type: textarea
attributes:
label: "The minimal config used to reproduce this issue."
description: |
Run with `nvim -u /tmp/repro.lua`
placeholder: |
vim.opt.rtp:append('/tmp/guard.nvim')
vim.opt.rtp:append('/tmp/guard-collection')
-- do anything else you need to do to reproduce the issue
render: "Lua"
validations:
required: true

0 comments on commit 8e12ec8

Please sign in to comment.