You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug-report.yml
+18-10Lines changed: 18 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -10,13 +10,12 @@ body:
10
10
value: |
11
11
### Important note
12
12
13
-
This issue form is for reporting bugs only. Please provide as much information as possible. If a problem cannot be reproduced or understood, your issue may be closed as non-actionable.
13
+
This issue form is for reporting bugs only. Please provide as much information as possible. If a problem cannot
14
+
be reproduced or understood, your issue may be closed as non-actionable.
14
15
15
-
This project is covered with unit- and integration tests and successfully used in many projects. If an error seemingly related to this library occurs in your project, it's most likely not because of this library.
16
-
- type: markdown
17
-
attributes:
18
-
value: |
19
-
###
16
+
This project is covered with unit- and integration tests and successfully used in many projects. If an error
17
+
related to this library occurs in your project, please create a pull request with a failing test to prove
18
+
the error falls in scope of the library.
20
19
- type: textarea
21
20
attributes:
22
21
label: Describe the bug
@@ -29,7 +28,11 @@ body:
29
28
description: |
30
29
You can generate a list with `composer show`.
31
30
This can help with finding outdated dependencies or known conflicts.
32
-
render: json
31
+
Please make sure to wrap the output in code fences for better readability
32
+
value: |
33
+
```
34
+
# Paste output here
35
+
```
33
36
validations:
34
37
required: true
35
38
- type: textarea
@@ -38,7 +41,10 @@ body:
38
41
description: |
39
42
You can generate a list with `composer show --platform`.
40
43
This can help with finding missing, outdated or conflicting PHP versions and extensions.
41
-
render: shell
44
+
value: |
45
+
```
46
+
# Paste output here
47
+
```
42
48
validations:
43
49
required: true
44
50
- type: textarea
@@ -68,10 +74,12 @@ body:
68
74
label: Error message/Stack trace
69
75
description: |
70
76
If a stack trace is available, please include it in full, or type `-`
0 commit comments