From b63ff721c9d8bca09aded7377e8e72167c8910d1 Mon Sep 17 00:00:00 2001 From: Fredrik Averpil Date: Sat, 13 Jul 2024 15:46:18 +0200 Subject: [PATCH] fix: improve discussions form further (#127) --- .github/DISCUSSION_TEMPLATE/configuration.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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