This is an automated email from the ASF dual-hosted git repository. etudenhoefner pushed a commit to branch bug-report-template-improval in repository https://gitbox.apache.org/repos/asf/iceberg.git
commit 717c4c2a898ddca695d9d1e3b143eadfad8227ad Author: Eduard Tudenhoefner <[email protected]> AuthorDate: Tue Jul 16 16:54:19 2024 +0200 Infra: Improve Bug report template --- .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 a6d4fc7e5c..a129426f04 100644 --- a/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/iceberg_bug_report.yml @@ -76,3 +76,11 @@ body: You can include files by dragging and dropping them here. validations: required: true + - type: checkboxes + attributes: + label: Willingness to contribute + description: The 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 Iceberg 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
