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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -51,12 +51,12 @@ body:
51
51
label: Expected behavior
52
52
placeholder: >
53
53
A clear and concise description of what you expected to happen.
54
-
- type: checkboxes
54
+
- type: dropdown
55
55
attributes:
56
56
label: Willingness to contribute
57
57
description: >
58
58
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 Apache Iceberg codebase?
59
59
options:
60
-
- label: I can contribute a fix for this bug independently
61
-
- label: I would be willing to contribute a fix for this bug with guidance from the Iceberg community
62
-
- label: I cannot contribute a fix for this bug at this time
60
+
- I can contribute a fix for this bug independently
61
+
- I would be willing to contribute a fix for this bug with guidance from the Iceberg community
62
+
- I cannot contribute a fix for this bug at this time
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/iceberg_feature.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -33,12 +33,12 @@ body:
33
33
label: Describe the solution you'd like
34
34
placeholder: >
35
35
A clear and concise description of what you want to happen.
36
-
- type: checkboxes
36
+
- type: dropdown
37
37
attributes:
38
38
label: Willingness to contribute
39
39
description: >
40
40
The Apache Iceberg community encourages feature contributions. Would you or another member of your organization be willing to contribute to this feature for the Apache Iceberg Rust codebase?
41
41
options:
42
-
- label: I can contribute to this feature independently
43
-
- label: I would be willing to contribute to this feature with guidance from the Iceberg Rust community
44
-
- label: I cannot contribute to this feature at this time
42
+
- I can contribute to this feature independently
43
+
- I would be willing to contribute to this feature with guidance from the Iceberg Rust community
44
+
- I cannot contribute to this feature at this time
0 commit comments