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: attributes:
label: Logs and Stack Traces label: Logs and Stack Traces
description: Please paste any relevant logs or stack traces description: Please paste any relevant logs or stack traces
render: shell value: |
placeholder: Paste logs here <details>
<summary>Logs</summary>
```
Paste logs here
```
</details>
- type: textarea - type: textarea
id: screenshots id: screenshots