Add optional suspected cause & suggested fix fields to bug report template (#22971)

This commit is contained in:
Jeremy Stretch 2026-08-19 07:31:02 -04:00 committed by GitHub
parent 7fbd49369a
commit 6578541eee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 12 additions and 0 deletions

View File

@ -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).