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:
parent
2033270e40
commit
1f91bd4395
11
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
11
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user