From d14f319eb41a9c9e122773cbece8512ed39d2718 Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Wed, 21 Apr 2021 14:30:46 +0200 Subject: [PATCH] Improve description of bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ce96fcc..bb353aa 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -81,16 +81,15 @@ body: attributes: label: "Console Log" description: |- - Share the content of your `latest.log` here. - It's recommended to use https://paste.helpch.at to share the logs. + Get the latest content of your `latest.log` file an upload it to https://paste.helpch.at + Take the generated URL and paste it into this field. placeholder: "https://paste.helpch.at/latest.log" - type: input id: "error" attributes: label: "Errors" description: |- - Please share any exceptions, errors and stack traces that PlaceholderAPI may print in the console. - For smaller errors can you use code blocks but it's recommended to use either https://paste.helpch.at, https://paste.gg or another hastebin/pastebin site for larger errors. + Upload any errors you find to https://paste.helpch.at and post the link in the field below. placeholder: "https://paste.helpch.at/error.log" - type: textarea attributes: