Преглед изворни кода

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

Jeremy Stretch пре 2 дана
родитељ
комит
6578541eee
1 измењених фајлова са 12 додато и 0 уклоњено
  1. 12 0
      .github/ISSUE_TEMPLATE/02-bug_report.yaml

+ 12 - 0
.github/ISSUE_TEMPLATE/02-bug_report.yaml

@@ -70,3 +70,15 @@ body:
       placeholder: A TypeError exception was raised
       placeholder: A TypeError exception was raised
     validations:
     validations:
       required: true
       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).