From 1b3e726c88cd3d2ccacecaaa0df3ba622e8b2b5f Mon Sep 17 00:00:00 2001 From: Drake Date: Wed, 2 Oct 2024 21:09:58 +0200 Subject: [PATCH] Update .github/ISSUE_TEMPLATE/BUG-REPORT.yml --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml index 5f7df61..cac4f88 100644 --- a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -55,6 +55,6 @@ body: attributes: label: Report link description: Link to automatically generated character report - value: ctx.FormString("autoreport") + value: {{ctx.FormString("autoreport")}} validations: required: true