Use details tag to improve issue log readability (#70945)

This commit is contained in:
Aneesh Rao 2020-12-22 05:39:04 +05:30 committed by GitHub
parent 10c358bafa
commit df748f1a89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 0 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>