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
description: What is the problem? A clear and concise description of the bug.
16
+
validations:
17
+
required: true
18
+
19
+
20
+
- type: textarea
21
+
id: expected
22
+
attributes:
23
+
label: Expected behavior
24
+
description: |
25
+
What did you expect to happen?
26
+
validations:
27
+
required: true
28
+
29
+
30
+
- type: textarea
31
+
id: current
32
+
attributes:
33
+
label: Current behavior
34
+
description: |
35
+
What actually happened?
36
+
37
+
Please include full errors, uncaught exceptions, stack traces, and relevant logs.
38
+
If service responses are relevant, please include wire logs.
39
+
validations:
40
+
required: false
41
+
42
+
43
+
- type: textarea
44
+
id: reproduction
45
+
attributes:
46
+
label: Reproduction Steps
47
+
description: |
48
+
Provide a self-contained, concise snippet of code that can be used to reproduce the issue.
49
+
For more complex issues provide a repo with the smallest sample that reproduces the bug.
50
+
51
+
Avoid including business logic or unrelated code, it makes diagnosis more difficult.
52
+
The code sample should be an SSCCE. See http://sscce.org/ for details. In short, please provide a code sample that we can copy/paste, run and reproduce.
53
+
validations:
54
+
required: false
55
+
56
+
57
+
- type: textarea
58
+
id: solution
59
+
attributes:
60
+
label: Possible Solution
61
+
description: |
62
+
Suggest a fix/reason for the bug
63
+
validations:
64
+
required: false
65
+
66
+
67
+
- type: textarea
68
+
id: context
69
+
attributes:
70
+
label: Additional Information/Context
71
+
description: |
72
+
Anything else that might be relevant for troubleshooting this bug. Providing context helps us come up with a solution that is most useful in the real world.
0 commit comments