Quellcode durchsuchen

update github issue template

Rob Bast vor 8 Jahren
Ursprung
Commit
3784558f11
1 geänderte Dateien mit 19 neuen und 10 gelöschten Zeilen
  1. 19 10
      .github/ISSUE_TEMPLATE.md

+ 19 - 10
.github/ISSUE_TEMPLATE.md

@@ -1,21 +1,30 @@
-With the following composer.json:
-
+My `composer.json`:
+<details>
+<summary>CLICK TO EXPAND</summary>
 ```json
-{
-    ...
-}
+...replace me...
 ```
+</details>
 
-When I run this command:
-
+Output of `composer diagnose`:
+<details>
+<summary>CLICK TO EXPAND</summary>
 ```
-composer command -vvv (please include -vvv!)
+...replace me...
 ```
+</details>
 
-I get this output:
-
+When I run this command:
+```
+...replace me...
 ```
 
+I get the following output:
+<details>
+<summary>CLICK TO EXPAND</summary>
+```
+...replace me...
 ```
+</details>
 
 And I expected this to happen: