mirror of https://github.com/folke/lazy.nvim.git
ci: even better issue template
This commit is contained in:
parent
a5d402abed
commit
5ef7ce80a3
|
@ -6,8 +6,8 @@ body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
_Before reporting:_ search [existing issues](https://github.com/folke/lazy.nvim/issues).
|
**Before** reporting an issue, make sure to search [existing issues](https://github.com/folke/lazy.nvim/issues).
|
||||||
Usage questions such as "How do I...?" belong on the [Discussions](https://github.com/folke/lazy.nvim/discussions) and will be closed.
|
Usage questions such as ***"How do I...?"*** belong in [Discussions](https://github.com/folke/lazy.nvim/discussions) and will be closed.
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
label: Did you check docs and existing issues?
|
label: Did you check docs and existing issues?
|
||||||
|
@ -56,7 +56,7 @@ body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Repro
|
label: Repro
|
||||||
description: Minimal init.lua to reproduce this issue
|
description: Minimal `init.lua` to reproduce this issue. Save as `repro.lua` and run with `nvim -u repro.lua`
|
||||||
value: |
|
value: |
|
||||||
-- DO NOT change the paths and don't remove the colorscheme
|
-- DO NOT change the paths and don't remove the colorscheme
|
||||||
local root = vim.fn.fnamemodify("./.repro", ":p")
|
local root = vim.fn.fnamemodify("./.repro", ":p")
|
||||||
|
|
Loading…
Reference in New Issue