From ca1168478b02849da70359ebbc548073b4a1d024 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Sat, 8 Oct 2016 09:59:18 +0200 Subject: [PATCH] Remove expander blocks in issue template --- .github/ISSUE_TEMPLATE.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 1d026272e..bc180e8d3 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,30 +1,25 @@ My `composer.json`: -
-CLICK TO EXPAND + ```json ...replace me... ``` -
Output of `composer diagnose`: -
-CLICK TO EXPAND + ``` ...replace me... ``` -
When I run this command: + ``` ...replace me... ``` I get the following output: -
-CLICK TO EXPAND + ``` ...replace me... ``` -
And I expected this to happen: