Fokko commented on code in PR #4867: URL: https://github.com/apache/iceberg/pull/4867#discussion_r882043612
########## .github/ISSUE_TEMPLATE/iceberg_bug_report.yml: ########## @@ -0,0 +1,93 @@ +--- +name: Iceberg Bug report 🐞 +description: Problems, bugs and issues with Apache Iceberg +labels: ["kind:bug"] +body: + - type: markdown + attributes: + value: " + <img src='https://iceberg.apache.org/docs/latest/img/Iceberg-logo.png' align='center'> + Thank you for finding the time to report the problem! + + We really appreciate the community's efforts to improve Iceberg." + - type: dropdown + attributes: + label: Apache Iceberg version + description: > + What Apache Iceberg version are you using? + multiple: false + options: + - "0.13.1 (latest released)" + - "0.13.0" Review Comment: I've added another field to define the version of the Query Engine. Would that be sufficient? -- 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]
