From 7b1978386ac23bb233d5b4ac6833ff13d854fcfa Mon Sep 17 00:00:00 2001 From: Freya Arbjerg Date: Mon, 1 Jul 2024 14:43:28 +0200 Subject: [PATCH] Fix inconsistent bug template descriptions --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 9c0adbd26e..2bb6834666 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -41,7 +41,7 @@ body: description: |- Please add the code you use to reproduce this problem. Make sure to remove or replace any sensitive data like your Bot's token. - Leave this empty or put "N/A" if you don't have a reproducible setup. + Put "N/A" if you don't have a reproducible setup. The provided text will be rendered as Java code, so you don't have to provide a Code block for it. render: java @@ -68,7 +68,6 @@ body: label: "Exception or Error" description: |- Share any Exception or Error you encountered. - Make sure to put it into a code block for better formatting. Leave this blank or put "N/A" if you don't have an Exception or Error. The provided text will be rendered as code, so you don't have to provide a Code block for it.