From fcca14856f694652bc117ea2a67a0fd73b162538 Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Thu, 6 Oct 2022 21:50:47 +0200 Subject: [PATCH] Fix bug.yml --- .github/ISSUE_TEMPLATE/bug.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index aad29fb..eb2e983 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -31,9 +31,9 @@ body: label: "Stacktrace [Optional]" description: "If there is a stacktrace, please paste it here." placeholder: | - "```" - "Paste the stacktrace here. DO NOT REMOVE THE BACKTICKS!" - "```" + ``` + Paste the stacktrace here. DO NOT REMOVE THE BACKTICKS! + ``` - type: textarea validations: required: true