You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/iceberg_bug_report.yml
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -31,3 +31,11 @@ body:
31
31
You can include files by dragging and dropping them here.
32
32
validations:
33
33
required: true
34
+
- type: checkboxes
35
+
attributes:
36
+
label: Willingness to contribute
37
+
description: The Apache Iceberg community encourages bug-fix contributions. Would you or another member of your organization be willing to contribute a fix for this bug to the PyIceberg codebase?
38
+
options:
39
+
- label: I can contribute a fix for this bug independently
40
+
- label: I would be willing to contribute a fix for this bug with guidance from the Iceberg community
41
+
- label: I cannot contribute a fix for this bug at this time
0 commit comments