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-12Lines changed: 18 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,7 @@ body:
12
12
13
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.
14
14
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
-
###
15
+
This project is covered with unit- and integration tests and successfully used in many projects. If an error related to this library occurs in your project, please create a pull request with a failing test to prove the error falls in scope of the library.
20
16
- type: textarea
21
17
attributes:
22
18
label: Describe the bug
@@ -29,7 +25,11 @@ body:
29
25
description: |
30
26
You can generate a list with `composer show`.
31
27
This can help with finding outdated dependencies or known conflicts.
32
-
render: json
28
+
Please make sure to wrap the output in code fences for better readability ππ».
29
+
value: |
30
+
```
31
+
# Paste output here
32
+
```
33
33
validations:
34
34
required: true
35
35
- type: textarea
@@ -38,7 +38,11 @@ body:
38
38
description: |
39
39
You can generate a list with `composer show --platform`.
40
40
This can help with finding missing, outdated or conflicting PHP versions and extensions.
41
-
render: shell
41
+
Please make sure to wrap the output in code fences for better readability ππ».
42
+
value: |
43
+
```
44
+
# Paste output here
45
+
```
42
46
validations:
43
47
required: true
44
48
- type: textarea
@@ -49,6 +53,7 @@ body:
49
53
Please use code blocks for better readability.
50
54
Please note that bugs without minimal reproductions can be closed as non-actionable.
51
55
If single, self-contained code snippets are not sufficient, please provide the link to a git Repository visualising the issue.
56
+
Please make sure to wrap code in code fences for better readability ππ».
52
57
53
58
value: |
54
59
```shell
@@ -67,11 +72,12 @@ body:
67
72
attributes:
68
73
label: Error message/Stack trace
69
74
description: |
70
-
If a stack trace is available, please include it in full, or type `-`
71
-
render: shell
72
-
validations:
73
-
required: true
74
-
75
+
If a stack trace is available, please include it in full.
76
+
Please make sure to wrap the output in code fences for better readability ππ».
0 commit comments