Skip to content

Commit

Permalink
chore: update bug_report template
Browse files Browse the repository at this point in the history
  • Loading branch information
olimorris committed Oct 22, 2023
1 parent 315cd1a commit afa9d9a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ body:
- type: textarea
id: persisted-config
attributes:
label: Your Persisted.nvim config
description: Please paste your specific Persisted.nvim config
label: Your `minimal.lua` config
description: Please paste your minimal.lua config here
placeholder: |
```lua
-- Your persisted config here
-- Your minimal.lua config here
```
validations:
required: true
Expand Down

0 comments on commit afa9d9a

Please sign in to comment.