From 3784558f119b162c06a1d2c0cf5d7a14ea54ee4e Mon Sep 17 00:00:00 2001 From: Rob Bast Date: Thu, 8 Sep 2016 12:12:16 +0200 Subject: [PATCH] update github issue template --- .github/ISSUE_TEMPLATE.md | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index e4e1b97f4..1d026272e 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,21 +1,30 @@ -With the following composer.json: - +My `composer.json`: +
+CLICK TO EXPAND ```json -{ - ... -} +...replace me... ``` +
-When I run this command: - +Output of `composer diagnose`: +
+CLICK TO EXPAND ``` -composer command -vvv (please include -vvv!) +...replace me... ``` +
-I get this output: - +When I run this command: +``` +...replace me... ``` +I get the following output: +
+CLICK TO EXPAND +``` +...replace me... ``` +
And I expected this to happen: