From 8bba8f2215855e1980261aac66a4b4450282a9f3 Mon Sep 17 00:00:00 2001 From: Drake Date: Wed, 2 Oct 2024 21:10:22 +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 cac4f88..9633237 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