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.yaml
+10-41Lines changed: 10 additions & 41 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ body:
11
11
- type: textarea
12
12
attributes:
13
13
label: Steps to reproduce
14
-
description: Provide detailed steps to replicate the bug.
14
+
description: Provide detailed steps to replicate the bug. Make sure to describe the current behavior. If applicable, include full errors, stack traces, and/or relevant logs.
15
15
placeholder: |
16
16
1. In this environment...
17
17
2. With this config...
@@ -25,33 +25,24 @@ body:
25
25
description: What did you expect to happen?
26
26
validations:
27
27
required: true
28
-
- type: textarea
29
-
attributes:
30
-
label: Current behavior
31
-
description: |
32
-
What actually happened?
33
-
34
-
Include full errors, stack traces, and/or relevant logs.
35
-
validations:
36
-
required: true
37
28
- type: textarea
38
29
attributes:
39
30
label: Acceptance Criteria
40
31
description: |
41
32
Provide the criteria that must be met in order for this issue to be considered fixed.
42
-
Be specific, and consider potential edge cases.
33
+
Be specific, and consider potential edge cases. The criteria should be observable and testable.
34
+
placeholder: |
35
+
Given a user or system is in ... (a page, workflow, or state)
36
+
And ... (optional other criteria that needs to be met)
37
+
When the user ... (action)
38
+
Then ... (expected outcome)
39
+
And ... (additional observable outcome)
43
40
validations:
44
41
required: true
45
42
- type: textarea
46
43
attributes:
47
-
label: Possible reason(s)
48
-
description: Provide any insights into what might be causing the issue.
49
-
validations:
50
-
required: false
51
-
- type: textarea
52
-
attributes:
53
-
label: Suggested fix
54
-
description: Provide any suggestions on how to resolve the bug.
44
+
label: Possible reason(s)/Suggested Fix
45
+
description: Provide any insights into what might be causing the issue or how to resolve it.
55
46
validations:
56
47
required: false
57
48
- type: textarea
@@ -63,31 +54,9 @@ body:
63
54
commit: abc123d
64
55
validations:
65
56
required: true
66
-
- type: textarea
67
-
attributes:
68
-
label: Screenshots
69
-
description: If applicable, add screenshots with descriptions to help explain your problem.
70
-
validations:
71
-
required: false
72
57
- type: textarea
73
58
attributes:
74
59
label: Environment details
75
60
description: Provide environment details (OS name and version, etc).
76
61
validations:
77
62
required: true
78
-
- type: textarea
79
-
attributes:
80
-
label: Additional details
81
-
description: Provide any other additional details about the problem.
82
-
validations:
83
-
required: false
84
-
- type: dropdown
85
-
attributes:
86
-
label: Contribution
87
-
description: Can you contribute to the development of this feature?
88
-
options:
89
-
- "Yes, I can create a PR for this fix."
90
-
- "Yes, but I can only provide ideas and feedback."
0 commit comments