Remove expander blocks in issue template
parent
23d2e5600a
commit
ca1168478b
|
@ -1,30 +1,25 @@
|
||||||
My `composer.json`:
|
My `composer.json`:
|
||||||
<details>
|
|
||||||
<summary>CLICK TO EXPAND</summary>
|
|
||||||
```json
|
```json
|
||||||
...replace me...
|
...replace me...
|
||||||
```
|
```
|
||||||
</details>
|
|
||||||
|
|
||||||
Output of `composer diagnose`:
|
Output of `composer diagnose`:
|
||||||
<details>
|
|
||||||
<summary>CLICK TO EXPAND</summary>
|
|
||||||
```
|
```
|
||||||
...replace me...
|
...replace me...
|
||||||
```
|
```
|
||||||
</details>
|
|
||||||
|
|
||||||
When I run this command:
|
When I run this command:
|
||||||
|
|
||||||
```
|
```
|
||||||
...replace me...
|
...replace me...
|
||||||
```
|
```
|
||||||
|
|
||||||
I get the following output:
|
I get the following output:
|
||||||
<details>
|
|
||||||
<summary>CLICK TO EXPAND</summary>
|
|
||||||
```
|
```
|
||||||
...replace me...
|
...replace me...
|
||||||
```
|
```
|
||||||
</details>
|
|
||||||
|
|
||||||
And I expected this to happen:
|
And I expected this to happen:
|
||||||
|
|
Loading…
Reference in New Issue