chore: update bug_report template
parent
315cd1a8a5
commit
afa9d9a8ad
|
|
@ -73,11 +73,11 @@ body:
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: persisted-config
|
id: persisted-config
|
||||||
attributes:
|
attributes:
|
||||||
label: Your Persisted.nvim config
|
label: Your `minimal.lua` config
|
||||||
description: Please paste your specific Persisted.nvim config
|
description: Please paste your minimal.lua config here
|
||||||
placeholder: |
|
placeholder: |
|
||||||
```lua
|
```lua
|
||||||
-- Your persisted config here
|
-- Your minimal.lua config here
|
||||||
```
|
```
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue