From 627f8ef45f4f49d06bd780dcef22b42160e586f8 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Fri, 10 Jun 2022 23:53:35 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=94=20Fewer=20checkboxes=20in=20Bug=20?= =?UTF-8?q?Report?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/ISSUE_TEMPLATE/bug_report.yml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 696a00b44097e..5c8f2b8b3ca41 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -149,15 +149,24 @@ body: - Same as my slicer - Other (explain below) + - type: markdown + attributes: + value: | + ## Attachments + - type: checkboxes attributes: - label: Other things to include options: - label: A ZIP file containing your `Configuration.h` and `Configuration_adv.h`. required: true - - label: Log output from the host. (`M111 S247` for maximum logging.) - - label: Images or videos demonstrating the problem, if it helps to make it clear. - - label: A G-Code file that exposes the problem, if not affecting _all_ G-code. + + - type: markdown + attributes: + value: | + ### Optional items to include: + - 'Log output from the host. (`M111 S247` for maximum logging.)' + - Images or videos demonstrating the problem, if it helps to make it clear. + - A G-Code file that exposes the problem, if not affecting _all_ G-code. - type: textarea attributes: