From bf3313f43c2bf7bbfc15e8128333099351a504eb Mon Sep 17 00:00:00 2001 From: sappm01 Date: Wed, 10 Sep 2025 10:39:35 -0700 Subject: [PATCH 1/3] Update bug_report.yaml Added in text area field for users to provide more details regarding priority. --- .github/ISSUE_TEMPLATE/bug_report.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index d346d87afe1..cbf2367cc63 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -31,6 +31,12 @@ body: 1. 2. 3. + - type: textarea + id: priority + attributes: + label: Priority + description: Please help 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 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: From 3e36f8a44f6d5b30cd9f9b2872b4fe12b49aee37 Mon Sep 17 00:00:00 2001 From: sappm01 Date: Thu, 11 Sep 2025 09:11:17 -0700 Subject: [PATCH 2/3] Update bug_report.yaml --- .github/ISSUE_TEMPLATE/bug_report.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index cbf2367cc63..b8537b143aa 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -35,8 +35,8 @@ body: id: priority attributes: label: Priority - description: Please help 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 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? + 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: From 27d9ee6e922f22c2ab29cc1d642e716b7e0c1219 Mon Sep 17 00:00:00 2001 From: Maribeth Moffatt Date: Thu, 11 Sep 2025 14:14:02 -0700 Subject: [PATCH 3/3] chore: format --- .github/ISSUE_TEMPLATE/bug_report.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index b8537b143aa..5d92329ee27 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -36,7 +36,10 @@ body: 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? + 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: