From 144b288f0954bad4fbaf6b4bc92cb194beda1eeb Mon Sep 17 00:00:00 2001 From: 0x5c Date: Sun, 11 Apr 2021 17:59:34 -0400 Subject: [PATCH] Fixed issue form for new update --- .github/ISSUE_TEMPLATE/bug_report.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 1046ff7..7c6e9fd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -75,13 +75,8 @@ body: label: Logs description: If you have a log associated with the bug (tracebacks, etc), paste it directly here. render: none -# - id: context -# type: textarea -# attributes: -# label: Additional context, screenshots, etc -# description: Add any other relevant context about the problem here. -- type: markdown +- id: context + type: textarea attributes: - value: | - ## Additional context, screenshots, etc - Add any other relevant context about the problem here. + label: Additional context, screenshots, etc + description: Add any other relevant context about the problem here.