Skip to content

Commit

Permalink
Github: Add issue form (apache#4867)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko authored Jul 31, 2022
1 parent b88f011 commit 8d2d27b
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 0 deletions.
52 changes: 52 additions & 0 deletions .github/ISSUE_TEMPLATE/iceberg_bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
---
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.14.0 (latest release)"
- "0.13.1"
- "0.13.0"
- "0.12.1"
- "0.12.0"
- "0.11.1"
- "0.11.0"
- "main (development)"
validations:
required: false
- type: dropdown
attributes:
label: Query engine
description: Which query engine?
multiple: false
options:
- Spark
- Trino
- Starburst
- Snowflake
- Dremio
- Starrocks
- Doris
- EMR
- Athena
- PrestoDB
- Flink
- Impala
- Hive
- Other
validations:
required: false
- 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 and the Iceberg catalog configuration.
You can include files by dragging and dropping them here.
validations:
required: true
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/iceberg_improvement.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Iceberg Improvement / Feature Request
description: New features with Apache Iceberg
labels: ["kind:feature request"]
body:
- type: textarea
attributes:
label: Feature Request / Improvement
description: Please describe the feature and elaborate on the use case and motivation behind it
validations:
required: true
- type: dropdown
attributes:
label: Query engine
description: Which query engine?
multiple: false
options:
- Spark
- Trino
- Starburst
- Snowflake
- Dremio
- Starrocks
- Doris
- EMR
- Athena
- PrestoDB
- Flink
- Impala
- Hive
- Other
validations:
required: false
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/iceberg_question.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Iceberg Question
description: Questions around Apache Iceberg
labels: ["kind:question"]
body:
- type: markdown
attributes:
value: "Feel free to ask your question on [Slack](https://join.slack.com/t/apache-iceberg/shared_invite/zt-tlv0zjz6-jGJEkHfb1~heMCJA3Uycrg) as well."
- type: textarea
attributes:
label: Query engine
description: Which query engine (Flink, Spark, EMR, etc) are you using?
- type: textarea
attributes:
label: Question
description: What is your question?
validations:
required: true

0 comments on commit 8d2d27b

Please sign in to comment.