From 6578541eee7b250df7eca8180a29d44ec957a82b Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 19 Aug 2026 07:31:02 -0400 Subject: [PATCH] Add optional suspected cause & suggested fix fields to bug report template (#22971) --- .github/ISSUE_TEMPLATE/02-bug_report.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/02-bug_report.yaml b/.github/ISSUE_TEMPLATE/02-bug_report.yaml index 911f6220c..ff8858cc1 100644 --- a/.github/ISSUE_TEMPLATE/02-bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/02-bug_report.yaml @@ -70,3 +70,15 @@ body: placeholder: A TypeError exception was raised validations: required: true + - type: textarea + attributes: + label: Suspected Cause + description: > + If you have identified the likely root cause(s), please detail your findings + here (optional). + - type: textarea + attributes: + label: Proposed Fix + description: > + If you would like to propose a specific fix likely to resolve this issue, please + describe it here (optional).