From b96d2b437b76187e099902b9b7f4c29e1e6e431e Mon Sep 17 00:00:00 2001 From: Fredrik Averpil Date: Fri, 28 Jun 2024 10:20:04 +0200 Subject: [PATCH] ci: ask for valid lua user config --- .github/ISSUE_TEMPLATE/bug.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 66aeccfd..33569f0d 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -51,3 +51,10 @@ body: description: A concise description of what you expected to happen. validations: required: true + - type: textarea + attributes: + label: Your Lua setup + description: Please provide valid Lua code, describing how you load and configure the neotest-golang adapter. + render: Lua + validations: + required: false