Fix issue template related to parameters

The way the template was used generated a badly rendered code.
This commit is contained in:
Jérémy Benoist 2020-12-15 13:54:08 +01:00 committed by GitHub
parent 9dc4f2a790
commit ab6f22a1f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,9 +26,14 @@ Parameters: Paste the content of your app/config/parameters.yml (hide sensitiv
* **PHP version**:
* **OS**:
* **Database**:
* **Parameters**: <details>
<summary>Your `app/config/parameters.yml` below</summary>
* **Parameters**:
<details>
<summary>My <code>app/config/parameters.yml</code> is:</summary>
```
PASTE HERE
```
</details>
### What steps will reproduce the bug?