This is an automated email from the ASF dual-hosted git repository.
gangwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-java.git
The following commit(s) were added to refs/heads/master by this push:
new e6d772826 GH-2930: Add issue templates (#2931)
e6d772826 is described below
commit e6d7728267691a1ff433358b6c60d0cae38b5e36
Author: Rok Mihevc <[email protected]>
AuthorDate: Wed Jul 3 05:59:38 2024 +0200
GH-2930: Add issue templates (#2931)
---
.github/ISSUE_TEMPLATE/bug_report.yaml | 47 +++++++++++++++++++
.github/ISSUE_TEMPLATE/config.yaml | 18 ++++++++
.github/ISSUE_TEMPLATE/feature_request.yaml | 50 +++++++++++++++++++++
.github/ISSUE_TEMPLATE/usage_question.yaml | 70 +++++++++++++++++++++++++++++
4 files changed, 185 insertions(+)
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml
b/.github/ISSUE_TEMPLATE/bug_report.yaml
new file mode 100644
index 000000000..ebccc8a8e
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.yaml
@@ -0,0 +1,47 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+name: Bug Report
+description: File a bug report
+labels: ["Type: bug"]
+assignees: []
+body:
+ - type: textarea
+ id: description
+ attributes:
+ label: Describe the bug, including details regarding any error messages,
version, and platform.
+ description: Please include what you expected.
+ validations:
+ required: true
+ - type: dropdown
+ id: component
+ attributes:
+ label: Component(s)
+ multiple: true
+ options:
+ - Core
+ - Build
+ - Arrow
+ - Avro
+ - Pig
+ - Protobuf
+ - Scala
+ - Thrift
+ - CLI
+ - Benchmark
+ validations:
+ required: false
diff --git a/.github/ISSUE_TEMPLATE/config.yaml
b/.github/ISSUE_TEMPLATE/config.yaml
new file mode 100644
index 000000000..cb122252a
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yaml
@@ -0,0 +1,18 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+blank_issues_enabled: false
\ No newline at end of file
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml
b/.github/ISSUE_TEMPLATE/feature_request.yaml
new file mode 100644
index 000000000..4b5519d2d
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.yaml
@@ -0,0 +1,50 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+name: Enhancement Request
+description: Request an enhancement to the project
+labels: ["Type: enhancement"]
+assignees: []
+body:
+ - type: markdown
+ attributes:
+ value: |
+ Thanks for taking the time to share your feedback on ways Apache
Parquet can be improved!
+ - type: textarea
+ id: description
+ attributes:
+ label: Describe the enhancement requested
+ validations:
+ required: true
+ - type: dropdown
+ id: component
+ attributes:
+ label: Component(s)
+ multiple: true
+ options:
+ - Core
+ - Build
+ - Arrow
+ - Avro
+ - Pig
+ - Protobuf
+ - Scala
+ - Thrift
+ - CLI
+ - Benchmark
+ validations:
+ required: false
\ No newline at end of file
diff --git a/.github/ISSUE_TEMPLATE/usage_question.yaml
b/.github/ISSUE_TEMPLATE/usage_question.yaml
new file mode 100644
index 000000000..32c00d17d
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/usage_question.yaml
@@ -0,0 +1,70 @@
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+
+name: Usage Question
+description: Ask a question
+labels: ["Type: usage"]
+assignees: []
+body:
+ - type: markdown
+ attributes:
+ value: >
+ While we enable issues as a mechanism for new contributors and
passers-by who
+ are unfamiliar with Apache Software Foundation projects to ask
questions and
+ interact with the project, we encourage users to ask such questions on
public
+ mailing lists:
+
+ * Development discussions: [email protected] (first subscribe by
sending an
+ e-mail to [email protected]).
+
+ * User discussions: [email protected] (first subscribe by
sending an e-mail
+ to [email protected]).
+
+ * Mailing list archives: https://parquet.apache.org/community/
+
+
+ Do not be surprised by responses to issues raised here directing you
to those
+ mailing lists, or to report a bug or feature request here.
+
+
+ Thank you!
+ - type: textarea
+ id: description
+ attributes:
+ label: >
+ Describe the usage question you have. Please include as many useful
details as
+ possible.
+ validations:
+ required: true
+ - type: dropdown
+ id: component
+ attributes:
+ label: Component(s)
+ multiple: true
+ options:
+ - Core
+ - Build
+ - Arrow
+ - Avro
+ - Pig
+ - Protobuf
+ - Scala
+ - Thrift
+ - CLI
+ - Benchmark
+ validations:
+ required: false
\ No newline at end of file