Copilot commented on code in PR #2826:
URL: https://github.com/apache/iceberg-rust/pull/2826#discussion_r3831549106


##########
.github/ISSUE_TEMPLATE/iceberg_bug_report.yml:
##########
@@ -25,16 +25,12 @@ body:
   - type: dropdown
     attributes:
       label: Apache Iceberg Rust version
-      description: What Apache Iceberg Rust version are you using?
-      multiple: false
-      options:
-        - 0.6.0 (latest version)
-        - 0.5.1
-        - 0.4.0
-        - 0.3.0
-        - 0.2.0
+      description: >
+        What Apache Iceberg Rust version are you using?

Review Comment:
   This field is still declared as a `dropdown` but no longer defines 
`options`, which makes the GitHub issue form invalid (and `placeholder` isn’t 
supported for dropdowns). If the intent is to allow users to type any version, 
switch this to an `input` field (or reintroduce `options`), otherwise the 
template may fail to render. This also doesn’t match the PR description 
(“update the list”) since the list was removed entirely.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to