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
* Update bug_report.yaml
Added in text area field for users to provide more details regarding priority.
* Update bug_report.yaml
* chore: format
---------
Co-authored-by: Maribeth Moffatt <[email protected]>
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yaml
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,15 @@ body:
31
31
1.
32
32
2.
33
33
3.
34
+
- type: textarea
35
+
id: priority
36
+
attributes:
37
+
label: Priority
38
+
description: Please help us understand the priority for this issue. The more information provided will help the team better assess urgency and complexity.
39
+
placeholder: |
40
+
Work effort: Is this a quick fix or will it require a significant amount of work? Is there a clear path to a solution or is further investigation required?
41
+
Impact: Which part of the service is impacted? How many users are experencing this issue?
42
+
Is there a known workaround for this issue? If so, please describe. If not, does it prevent a user from doing a core task?
0 commit comments