Unverified Commit df748f1a authored by Aneesh Rao's avatar Aneesh Rao Committed by GitHub

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

parent 10c358ba
......@@ -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>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment