From ab6f22a1f6977e915908f33e4a31b0d51f52c023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Benoist?= Date: Tue, 15 Dec 2020 13:54:08 +0100 Subject: [PATCH] Fix issue template related to parameters The way the template was used generated a badly rendered code. --- .github/ISSUE_TEMPLATE/2-bug-report.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/2-bug-report.md b/.github/ISSUE_TEMPLATE/2-bug-report.md index a369501ba..70705d61a 100644 --- a/.github/ISSUE_TEMPLATE/2-bug-report.md +++ b/.github/ISSUE_TEMPLATE/2-bug-report.md @@ -26,9 +26,14 @@ Parameters: Paste the content of your app/config/parameters.yml (hide sensitiv * **PHP version**: * **OS**: * **Database**: -* **Parameters**:
- Your `app/config/parameters.yml` below +* **Parameters**: + +
+ My app/config/parameters.yml is: + + ``` PASTE HERE + ```
### What steps will reproduce the bug?