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.md
+2-13Lines changed: 2 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,13 @@ body:
14
14
required: true
15
15
- label: I have verified that my UTMStack version is up-to-date
16
16
required: true
17
-
18
17
- type: textarea
19
18
id: description
20
19
attributes:
21
20
label: Describe the bug
22
21
description: What is the problem? A clear and concise description of the bug.
23
22
validations:
24
23
required: true
25
-
26
24
- type: checkboxes
27
25
id: regression
28
26
attributes:
@@ -32,16 +30,14 @@ body:
32
30
options:
33
31
- label: Select this option if this issue appears to be a regression.
34
32
required: false
35
-
36
33
- type: textarea
37
34
id: expected
38
35
attributes:
39
36
label: Expected Behavior
40
37
description: |
41
38
What did you expect to happen?
42
39
validations:
43
-
required: true
44
-
40
+
required: true
45
41
- type: textarea
46
42
id: current
47
43
attributes:
@@ -53,7 +49,6 @@ body:
53
49
If service responses are relevant, please include wire logs.
54
50
validations:
55
51
required: true
56
-
57
52
- type: textarea
58
53
id: reproduction
59
54
attributes:
@@ -62,16 +57,14 @@ body:
62
57
Provide concise steps that can be used to reproduce the issue.
63
58
validations:
64
59
required: true
65
-
66
60
- type: textarea
67
61
id: solution
68
62
attributes:
69
63
label: Possible Solution
70
64
description: |
71
65
Suggest a fix/reason for the bug
72
66
validations:
73
-
required: false
74
-
67
+
required: false
75
68
- type: textarea
76
69
id: context
77
70
attributes:
@@ -80,7 +73,6 @@ body:
80
73
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