feat: collapsible logs in bug report template

This commit is contained in:
edde746
2026-01-15 00:08:14 +01:00
parent a9344781f3
commit 3d196c76e3
+9 -2
View File
@@ -84,8 +84,15 @@ body:
attributes:
label: Logs and Stack Traces
description: Please paste any relevant logs or stack traces
render: shell
placeholder: Paste logs here
value: |
<details>
<summary>Logs</summary>
```
Paste logs here
```
</details>
- type: textarea
id: screenshots