1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-11-24 07:30:19 +01:00

Update bug_report.yml's logging info

Updated how to get logs and added a friendlier way to input logs
This commit is contained in:
Aaron Liu 2023-05-09 16:21:10 -04:00 committed by GitHub
parent 2033270e40
commit 1f91bd4395
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: |
<details>
<summary>Logs</summary>
<pre>
<!-- 📃 Put logs here! -->
</pre>
</details>
validations:
required: true
- type: textarea