From 1f91bd439515328897c3430220bdbb570e5cb16b Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Tue, 9 May 2023 16:21:10 -0400 Subject: [PATCH] Update bug_report.yml's logging info Updated how to get logs and added a friendlier way to input logs --- .github/ISSUE_TEMPLATE/bug_report.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 6986d8e..5468035 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -13,7 +13,16 @@ body: - type: textarea attributes: label: Describe the Bug - description: 💥 What's wrong? Put logs here if you have them. To get logs, launch Upscayl using the commandline and the logs will show up on the console. + description: 💥 What's wrong? Put logs here if you have them. To get logs, scroll to the bottom of Upscayl's settings. + value: | + +
+ Logs +
+    
+    
+    
+
validations: required: true - type: textarea