From 9302566ee086b2bdea5e96b1d13e1cfa2ba6f556 Mon Sep 17 00:00:00 2001 From: sappm01 Date: Fri, 3 Oct 2025 09:48:05 -0700 Subject: [PATCH] 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 --- .github/ISSUE_TEMPLATE/bug_report.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index d346d87af..5d92329ee 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -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: