diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 33569f0d..d7165c07 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -29,6 +29,18 @@ body: placeholder: "MacOS 14.5" validations: required: true + - type: textarea + attributes: + label: Output from `:checkhealth neotest-golang` + description: Please provide the output. + render: text + placeholder: | + neotest-golang: require("neotest-golang.health").check() + + - OK Go binary found on PATH: ... + - OK Found go.mod file for ... in ... + validations: + required: true - type: textarea attributes: label: Describe the bug