From 3965d7b4e0b2c240b26cd12d2207efc191fe1ad1 Mon Sep 17 00:00:00 2001 From: Fredrik Averpil Date: Mon, 15 Jul 2024 15:23:06 +0200 Subject: [PATCH] chore: add checkhealth as required field (#137) --- .github/ISSUE_TEMPLATE/bug.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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