Use details tag to improve issue log readability (#70945)
This commit is contained in:
parent
10c358bafa
commit
df748f1a89
5
.github/ISSUE_TEMPLATE/1_activation.md
vendored
5
.github/ISSUE_TEMPLATE/1_activation.md
vendored
@ -32,6 +32,9 @@ assignees: ''
|
||||
|
||||
## Logs
|
||||
|
||||
<details>
|
||||
<summary>Logs</summary>
|
||||
|
||||
<!--
|
||||
Include the full logs of the commands you are running between the lines
|
||||
with the backticks below. If you are running any "flutter" commands,
|
||||
@ -46,3 +49,5 @@ assignees: ''
|
||||
|
||||
```
|
||||
```
|
||||
|
||||
</details>
|
||||
|
@ -48,6 +48,9 @@ assignees: ''
|
||||
|
||||
## Logs
|
||||
|
||||
<details>
|
||||
<summary>Logs</summary>
|
||||
|
||||
<!--
|
||||
Run `flutter analyze` and attach any output of that command below.
|
||||
If there are any analysis errors, try resolving them before filing this issue.
|
||||
@ -60,3 +63,5 @@ assignees: ''
|
||||
|
||||
```
|
||||
```
|
||||
|
||||
</details>
|
||||
|
@ -60,6 +60,9 @@ assignees: ''
|
||||
|
||||
## Logs
|
||||
|
||||
<details>
|
||||
<summary>Logs</summary>
|
||||
|
||||
<!--
|
||||
Run `flutter analyze` and attach any output of that command below.
|
||||
If there are any analysis errors, try resolving them before filing this issue.
|
||||
@ -72,3 +75,5 @@ assignees: ''
|
||||
|
||||
```
|
||||
```
|
||||
|
||||
</details>
|
||||
|
Loading…
x
Reference in New Issue
Block a user