feat: collapsible logs in bug report template
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user