Skip to content

Commit 0c0eb3b

Browse files
Make willingness to contribute in pr template a dropdown (#1076)
## What changes are included in this PR? Make willingness in pr template an dropdown rather a checkbox, since it only allows one selection.
1 parent f0150d5 commit 0c0eb3b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/ISSUE_TEMPLATE/iceberg_bug_report.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ body:
5151
label: Expected behavior
5252
placeholder: >
5353
A clear and concise description of what you expected to happen.
54-
- type: checkboxes
54+
- type: dropdown
5555
attributes:
5656
label: Willingness to contribute
5757
description: >
5858
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?
5959
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

.github/ISSUE_TEMPLATE/iceberg_feature.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ body:
3333
label: Describe the solution you'd like
3434
placeholder: >
3535
A clear and concise description of what you want to happen.
36-
- type: checkboxes
36+
- type: dropdown
3737
attributes:
3838
label: Willingness to contribute
3939
description: >
4040
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?
4141
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

Comments
 (0)