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