This is an automated email from the ASF dual-hosted git repository.
kevinjqliu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-python.git
The following commit(s) were added to refs/heads/main by this push:
new b4395edf Extend bugfix report (#1380)
b4395edf is described below
commit b4395edfba0102ffb8b9572e18331586f9937521
Author: Fokko Driesprong <[email protected]>
AuthorDate: Tue Nov 26 22:05:41 2024 +0100
Extend bugfix report (#1380)
---
.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