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

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