Update bug_report.yaml (#9358)

* 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 <maribethb@google.com>
This commit is contained in:
sappm01
2025-10-03 09:48:05 -07:00
committed by GitHub
parent 5612f6d0d0
commit 9302566ee0

View File

@@ -31,6 +31,15 @@ body:
1.
2.
3.
- type: textarea
id: priority
attributes:
label: Priority
description: Please help us understand the priority for this issue. The more information provided will help the team better assess urgency and complexity.
placeholder: |
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?
Impact: Which part of the service is impacted? How many users are experencing this issue?
Is there a known workaround for this issue? If so, please describe. If not, does it prevent a user from doing a core task?
- type: textarea
id: stack-trace
attributes: