mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 02:51:04 +00:00
Fix issue template related to parameters
The way the template was used generated a badly rendered code.
This commit is contained in:
parent
9dc4f2a790
commit
ab6f22a1f6
1 changed files with 7 additions and 2 deletions
9
.github/ISSUE_TEMPLATE/2-bug-report.md
vendored
9
.github/ISSUE_TEMPLATE/2-bug-report.md
vendored
|
@ -26,9 +26,14 @@ Parameters: Paste the content of your app/config/parameters.yml (hide sensitiv
|
||||||
* **PHP version**:
|
* **PHP version**:
|
||||||
* **OS**:
|
* **OS**:
|
||||||
* **Database**:
|
* **Database**:
|
||||||
* **Parameters**: <details>
|
* **Parameters**:
|
||||||
<summary>Your `app/config/parameters.yml` below</summary>
|
|
||||||
|
<details>
|
||||||
|
<summary>My <code>app/config/parameters.yml</code> is:</summary>
|
||||||
|
|
||||||
|
```
|
||||||
PASTE HERE
|
PASTE HERE
|
||||||
|
```
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
### What steps will reproduce the bug?
|
### What steps will reproduce the bug?
|
||||||
|
|
Loading…
Reference in a new issue