diff --git a/.github/DISCUSSION_TEMPLATE/configuration.yml b/.github/DISCUSSION_TEMPLATE/configuration.yml index fea20da3..6e350988 100644 --- a/.github/DISCUSSION_TEMPLATE/configuration.yml +++ b/.github/DISCUSSION_TEMPLATE/configuration.yml @@ -12,7 +12,7 @@ body: options: - label: I have read the [documentation](https://github.com/fredrikaverpil/neotest-golang/blob/main/README.md). required: true - - label: I have searched the existing [discussions](https://github.com/fredrikaverpil/neotest-golang/discussions). + - label: I have searched the existing configuration related [discussions](https://github.com/fredrikaverpil/neotest-golang/discussions/categories/configuration). required: true - label: I have updated to the latest version of Neotest. required: true @@ -34,6 +34,12 @@ body: 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