mirror of
https://github.com/upscayl/upscayl.git
synced 2025-02-17 19:19:23 +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
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe the Bug
|
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:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
|
Loading…
x
Reference in New Issue
Block a user