From 1f91bd439515328897c3430220bdbb570e5cb16b Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Tue, 9 May 2023 16:21:10 -0400 Subject: [PATCH 1/2] 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 From f3b4dd820744a936aa00d304685d7e8456874fbb Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Tue, 9 May 2023 16:21:45 -0400 Subject: [PATCH 2/2] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 5468035..919abe2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -15,14 +15,14 @@ body: label: Describe the Bug description: 💥 What's wrong? Put logs here if you have them. To get logs, scroll to the bottom of Upscayl's settings. value: | - -
- Logs -
-    
-    
-    
-
+ +
+ Logs +
+      
+
+      
+
validations: required: true - type: textarea