Skip to content

Commit daecda1

Browse files
docs: edit bug report template
1 parent 62606c3 commit daecda1

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ body:
1212
required: true
1313
- label: I am using the latest version of the plugin
1414
required: true
15+
- label: I can reproduce the bug with minimal config below
16+
required: false
1517

1618
- type: input
1719
attributes:
@@ -50,13 +52,10 @@ body:
5052

5153
- type: textarea
5254
attributes:
53-
label: "Other information"
54-
description: "Other information that could be helpful with debugging."
55-
56-
- type: textarea
57-
attributes:
58-
label: Repro (`lazy.nvim`)
59-
description: Minimal `init.lua` using `lazy.nvim` to reproduce this issue. Save as `repro.lua` and run with `nvim -u repro.lua`
55+
label: Minimal config for repro (using `lazy.nvim`)
56+
description: |
57+
Minimal `init.lua` using `lazy.nvim` to reproduce this issue.
58+
Save as `repro.lua` and run with `nvim -u repro.lua`.
6059
render: lua
6160
value: |
6261
vim.env.LAZY_STDPATH = ".repro"
@@ -79,4 +78,9 @@ body:
7978
},
8079
})
8180
validations:
82-
required: false
81+
required: true
82+
83+
- type: textarea
84+
attributes:
85+
label: "Other information"
86+
description: "Other information that could be helpful with debugging."

0 commit comments

Comments
 (0)