This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch fd-extend-report in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
commit 59cc8bb0a71b9a8e090f78014b45f6cea6f97884 Author: Fokko Driesprong <[email protected]> AuthorDate: Tue Nov 26 21:24:56 2024 +0100 Extend bugfix report --- .github/ISSUE_TEMPLATE/iceberg_bug_report.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml b/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml index 08dac0fe..0a7e0747 100644 --- a/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml @@ -31,3 +31,11 @@ body: You can include files by dragging and dropping them here. validations: required: true + - type: checkboxes + attributes: + label: Willingness to contribute + 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? + options: + - label: I can contribute a fix for this bug independently + - label: I would be willing to contribute a fix for this bug with guidance from the Iceberg community + - label: I cannot contribute a fix for this bug at this time
