You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2022/07/13 07:03:41 UTC

[GitHub] [iceberg] nastra commented on a diff in pull request #4867: Github: Add issue form

nastra commented on code in PR #4867:
URL: https://github.com/apache/iceberg/pull/4867#discussion_r919717908


##########
.github/ISSUE_TEMPLATE/iceberg_bug_report.yml:
##########
@@ -0,0 +1,35 @@
+---
+name: Iceberg Bug report 🐞
+description: Problems, bugs and issues with Apache Iceberg
+labels: ["kind:bug"]
+body:
+  - 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"
+        - "0.12.1"
+        - "0.12.0"
+        - "0.11.1"
+        - "0.11.0"
+        - "main (development)"
+    validations:
+      required: true
+  - type: textarea
+    attributes:
+      label: Query engine
+      description: Which query engine (Flink, Spark, EMR, etc) are you using? What version?
+    validations:
+      required: true
+  - type: textarea
+    attributes:
+      label: Please describe the bug 🐞
+      description: >
+        Please describe the problem, what to expect, and how to reproduce.
+        Feel free to include stacktraces. You can include files by dragging and dropping them here.

Review Comment:
   maybe slightly update this to: `Feel free to include stacktraces and the Iceberg catalog configuration`



##########
.github/ISSUE_TEMPLATE/iceberg_bug_report.yml:
##########
@@ -0,0 +1,97 @@
+---
+name: Iceberg Bug report 🐞
+description: Problems, bugs and issues with Apache Iceberg
+labels: ["kind:bug"]

Review Comment:
   I think it makes sense to auto-label this as a `bug`, since you're opening an issue for something you think might be a bug



##########
.github/ISSUE_TEMPLATE/iceberg_question.yml:
##########
@@ -0,0 +1,18 @@
+---
+name: Iceberg Question
+description: Problems, bugs and issues with Apache Iceberg

Review Comment:
   I think this needs to be updated



-- 
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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org