Skip to content

Commit 5babddf

Browse files
committed
chore: update bug_report template
1 parent cfca8c4 commit 5babddf

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,14 @@ body:
5252
"nvim-neotest/neotest",
5353
lazy = true,
5454
dependencies = {
55+
"nvim-neotest/nvim-nio",
56+
"nvim-lua/plenary.nvim",
57+
"antoinemadec/FixCursorHold.nvim",
58+
"nvim-treesitter/nvim-treesitter",
5559
"olimorris/neotest-phpunit",
5660
},
5761
config = function()
62+
log_level = vim.log.levels.DEBUG,
5863
require("neotest").setup({
5964
adapters = {
6065
require("neotest-phpunit"),
@@ -99,6 +104,20 @@ body:
99104
validations:
100105
required: false
101106

107+
- type: textarea
108+
id: logs
109+
attributes:
110+
label: Neotest logs
111+
description: |
112+
1. Wipe the `neotest.log` file in `stdpath("log")` or `stdpath("data")`.
113+
2. Set `log_level = vim.log.levels.DEBUG` in your neotest config.
114+
3. Reproduce the issue.
115+
4. Provide the new logs.
116+
placeholder: |
117+
### Neotest logs
118+
validations:
119+
required: true
120+
102121
- type: textarea
103122
id: bug
104123
attributes:

0 commit comments

Comments
 (0)