Merge pull request #4198 from thibaultmol/collapsable-header-issue-template

Added collapsable header for about:support in issue template
This commit is contained in:
mr. m
2025-01-06 14:32:52 +01:00
committed by GitHub

View File

@@ -69,4 +69,12 @@ body:
attributes:
label: Data from about:support if applicable (click on the "Copy text to clipboard" button)
description: Please copy and paste about:support data if you think it might be relevant. This will help us understand your environment.
render: shell
value: |
<details>
<summary>about:support</summary>
<!-- Please leave one blank line below for enabling the code block rendering. -->
```
Select this line and paste your about:support clipboard
```
</details>