From 03ca09933a5a177b3ae64ab5dd02a873a93f43c3 Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 3 Jul 2021 17:11:56 +0200 Subject: [PATCH] chore(issue-template): format console output as codeblock --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 169f6227..aebf850d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -21,6 +21,7 @@ body: attributes: label: 🖥️ Console Output description: Everything that was printed to the console up until the problem occured. For more information see [Debugging](https://github.com/Soundux/Soundux/wiki/Debugging) + render: "" validations: required: true