From 3de71f7325aca51d9ff4b160a19543b3435e0088 Mon Sep 17 00:00:00 2001 From: 0x5c Date: Fri, 2 Apr 2021 02:29:30 -0400 Subject: [PATCH] Fixed? error with bug report issue form --- .github/ISSUE_TEMPLATE/bug_report.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 10e6c44..d024aa1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -79,6 +79,7 @@ body: # label: Additional context, screenshots, etc # description: Add any other relevant context about the problem here. - type: markdown - value: | - ## Additional context, screenshots, etc - Add any other relevant context about the problem here. + attributes: + value: | + ## Additional context, screenshots, etc + Add any other relevant context about the problem here.